Ver código fonte

enable logging

andre 1 ano atrás
pai
commit
4d272a0542
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      core/App/Controllers/Instances/HttpController.php

+ 2 - 2
core/App/Controllers/Instances/HttpController.php

@@ -53,9 +53,9 @@ abstract class HttpController implements DefaultController
         logModuleCall(
             'kerioEmail',
             __FUNCTION__,
-            $params,
+            $this->router->isControllerCallable(),
             'Debug Controller',
-            $this->router
+            $this->router->isAdminContextValid()
         );
 
         if (!$this->router->isControllerCallable() || !$this->isAdminContextValid())