andre пре 1 година
родитељ
комит
45505e48b6
1 измењених фајлова са 7 додато и 0 уклоњено
  1. 7 0
      app/UI/Client/EmailAccount/Pages/Accounts.php

+ 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'],