|
|
@@ -167,8 +167,8 @@ class Accounts extends DataTable implements ClientArea
|
|
|
}
|
|
|
$productManager = new ProductManager();
|
|
|
$productManager->loadByHostingId($hosting->id);
|
|
|
-
|
|
|
- $accounts = $api->getUsers([''],$this->maildomainID);
|
|
|
+ $fields = array('loginName','isEnabled','lastLoginInfo','diskSizeLimit');
|
|
|
+ $accounts = $api->getUsers($fields,$this->maildomainID);
|
|
|
|
|
|
|
|
|
logModuleCall(
|