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

+ 2 - 2
api/KerioWhmcs.php

@@ -452,8 +452,8 @@ class KerioWhmcs extends KerioConnectApi {
 				'description' => $attr['description'],
 				'type' => $attr['type'],
 				'isEnabled' => $attr['status'] === 'active' ? TRUE : FALSE,
-				'resourceUsers' => array(array('id' => $domain, 'type' => 'AuthDomainPrincipal')),
-				'manager' => array('id' => $attr['manager'], 'type' => 'UserPrincipal'),
+//				'resourceUsers' => array(array('id' => $domain, 'type' => 'AuthDomainPrincipal')),
+//				'manager' => array('id' => $attr['manager'], 'type' => 'UserPrincipal'),
 				'domainId' => $domain
 			))
 		);