Przeglądaj źródła

changePackage - modify domain

andre 2 lat temu
rodzic
commit
b2ca1b6e19
1 zmienionych plików z 0 dodań i 9 usunięć
  1. 0 9
      api/KerioWhmcs.php

+ 0 - 9
api/KerioWhmcs.php

@@ -466,15 +466,6 @@ class KerioWhmcs extends KerioConnectApi {
 			'domainIds' => array($domainID),
 			'pattern' => $attr,
 		);
-
-		logModuleCall(
-			'kerioEmail',
-			__FUNCTION__,
-			$domainID,
-			'Debug Error',
-			$attr
-		);
-
 		$result = $this->sendRequest('Domains.set', $params);
 		return $result;
 	}