andre 1 жил өмнө
parent
commit
45505e48b6

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

@@ -161,6 +161,13 @@ class Accounts extends DataTable implements ClientArea
         $data = [];
         foreach ($accounts as $account)
         {
+            logModuleCall(
+                'kerioEmail',
+                __FUNCTION__,
+                $account,
+                'Debug Data',
+                ''
+            );
 
             $accountArray = [
                 'id'           => $account['id'],