andre пре 2 година
родитељ
комит
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;