andre 4 yıl önce
ebeveyn
işleme
db6e3bec2a
1 değiştirilmiş dosya ile 7 ekleme ve 0 silme
  1. 7 0
      zimbraSingle.php

+ 7 - 0
zimbraSingle.php

@@ -187,6 +187,13 @@ function zimbraSingle_ClientArea($params) {
     }
     $apiAccountManager = new Zm_Account($api);
     $accountInfo = $apiAccountManager->getAccountInfo($params['username']);
+    logModuleCall(
+        'zimbrasingle',
+        __FUNCTION__,
+        $params,
+        'Debug',
+        $accountInfo
+    );
     if(is_a($accountInfo, 'Exception')) {
         logModuleCall(
             'zimbrasingle',