andre 1 anno fa
parent
commit
f4418bc052
1 ha cambiato i file con 8 aggiunte e 0 eliminazioni
  1. 8 0
      core/App/Controllers/Instances/HttpController.php

+ 8 - 0
core/App/Controllers/Instances/HttpController.php

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