@@ -50,6 +50,14 @@ abstract class HttpController implements DefaultController
{
$this->setParams($params);
+ logModuleCall(
+ 'kerioEmail',
+ __FUNCTION__,
+ $params,
+ 'Debug Controller',
+ $this->router
+ );
+
if (!$this->router->isControllerCallable() || !$this->isAdminContextValid())
return $this->controllerResult = $this->getPageNotFound();