Explorar el Código

add forward section

andre hace 1 año
padre
commit
45505e48b6
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  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'],