Explorar o código

debug clientarea

andre %!s(int64=2) %!d(string=hai) anos
pai
achega
7cd6b66ea5
Modificáronse 1 ficheiros con 9 adicións e 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();
     }