Explorar el Código

debug clientarea

andre hace 2 años
padre
commit
7cd6b66ea5
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      app/UI/Client/Home/Pages/Dashboard.php

+ 9 - 0
app/UI/Client/Home/Pages/Dashboard.php

@@ -27,6 +27,15 @@ class Dashboard extends BaseContainer implements ClientArea
 
     public function initContent()
     {
+
+        logModuleCall(
+            'kerioEmail',
+            __FUNCTION__,
+            $params,
+            'Debug Accounts',
+            $this
+        );
+
         $this->initFeatures();
     }