Browse Source

debug clientarea

andre 2 years ago
parent
commit
69f5794051
1 changed files with 9 additions and 0 deletions
  1. 9 0
      kerioEmail.php

+ 9 - 0
kerioEmail.php

@@ -131,6 +131,15 @@ function KerioEmail_ClientArea()
     $response['templateVariables']['acc_add'] = $params['configoptions']['acc_add'] ? $params['configoptions']['acc_add'] : 0;
     $response['templateVariables']['domainBaseSize'] = $domainBaseSize;
     $response['templateVariables']['domainAddSize'] = $params['configoptions']['domainAddSize'] ? $params['configoptions']['domainAddSize'] : 0;
+
+    logModuleCall(
+        'kerioEmail',
+        __FUNCTION__,
+        $response,
+        'Debug response',
+        $params
+    );
+
     return $response;
 }