andre 2 лет назад
Родитель
Сommit
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'];