andre hace 2 años
padre
commit
8a6e6e4c0f
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      api/KerioWhmcs.php

+ 1 - 3
api/KerioWhmcs.php

@@ -175,9 +175,7 @@ class KerioWhmcs extends KerioConnectApi {
 		$method = 'CompanyContacts.getAvailable';
 		$method = 'CompanyContacts.getAvailable';
 
 
 		$params = array(
 		$params = array(
-			'domainId' => array(
-					$id,
-				)
+			'domainId' => $id,
 			);
 			);
 		$result = $this->sendRequest($method, $params);
 		$result = $this->sendRequest($method, $params);
 		return $result;
 		return $result;