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;
 			$params['query']['conditions'] = $conditions;
 		}
 		}
 
 
+        logModuleCall(
+            'kerioEmail',
+            __FUNCTION__,
+            $method,
+            'Debug Error',
+            $params
+        );
+
 		$result = $this->sendRequest($method, $params);
 		$result = $this->sendRequest($method, $params);
 
 
 		return $result['list'];
 		return $result['list'];