Ver código fonte

changePackage - try to get domainId by name

andre 2 anos atrás
pai
commit
5f250dd742
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      api/KerioWhmcs.php

+ 1 - 1
api/KerioWhmcs.php

@@ -97,7 +97,7 @@ class KerioWhmcs extends KerioConnectApi {
 			'query' => array(
 			'query' => array(
 				'fields' => 'id',
 				'fields' => 'id',
 				'conditions' => array(
 				'conditions' => array(
-					'name' => $domain
+					'name','=',$domain
 				)
 				)
 			)
 			)
 		);
 		);