瀏覽代碼

edit Account

andre 2 年之前
父節點
當前提交
a596482de9
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      api/KerioWhmcs.php

+ 8 - 0
api/KerioWhmcs.php

@@ -140,6 +140,14 @@ class KerioWhmcs extends KerioConnectApi {
 			$params['query']['conditions'] = $conditions;
 		}
 
+        logModuleCall(
+            'kerioEmail',
+            __FUNCTION__,
+            $method,
+            'Debug Error',
+            $params
+        );
+
 		$result = $this->sendRequest($method, $params);
 
 		return $result['list'];