Parcourir la source

debug accounts

andre il y a 2 ans
Parent
commit
37128c1c15
1 fichiers modifiés avec 9 ajouts et 0 suppressions
  1. 9 0
      app/UI/Client/EmailAccount/Pages/Accounts.php

+ 9 - 0
app/UI/Client/EmailAccount/Pages/Accounts.php

@@ -116,6 +116,15 @@ class Accounts extends DataTable implements ClientArea
      */
     public function initContent()
     {
+
+        logModuleCall(
+            'kerioEmail',
+            __FUNCTION__,
+            $params,
+            'Debug Accounts',
+            $this
+        );
+
         $productManager = new ProductManager();
         $productManager->loadByHostingId($this->getRequestValue('id'));