andre 2 лет назад
Родитель
Сommit
8a6e6e4c0f
1 измененных файлов с 1 добавлено и 3 удалено
  1. 1 3
      api/KerioWhmcs.php

+ 1 - 3
api/KerioWhmcs.php

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