Przeglądaj źródła

debug clientarea

andre 2 lat temu
rodzic
commit
7cd6b66ea5
1 zmienionych plików z 9 dodań i 0 usunięć
  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();
     }