andre 2 anos atrás
pai
commit
7b6429871e

+ 0 - 8
app/Http/Client/Home.php

@@ -30,14 +30,6 @@ class Home extends AbstractClientController
                 ;
                 ;
         }
         }
 
 
-        logModuleCall(
-            'kerioEmail',
-            __FUNCTION__,
-            $this,
-            'Debug Home',
-            $params
-        );
-
     }
     }
 
 
 }
 }

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

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