andre 2 anni fa
parent
commit
7cd6b66ea5
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  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();
     }