Browse Source

changePackage - try to get domainId by name

andre 2 years ago
parent
commit
5f250dd742
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/KerioWhmcs.php

+ 1 - 1
api/KerioWhmcs.php

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