|
|
@@ -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
|
|
|
))
|
|
|
);
|