|
@@ -113,6 +113,13 @@ class CreateAccount extends AddonController
|
|
|
} else {
|
|
} else {
|
|
|
$attr['domainQuota']['diskSizeLimit']['isActive'] = FALSE;
|
|
$attr['domainQuota']['diskSizeLimit']['isActive'] = FALSE;
|
|
|
}
|
|
}
|
|
|
|
|
+ logModuleCall(
|
|
|
|
|
+ 'kerioEmail',
|
|
|
|
|
+ __FUNCTION__,
|
|
|
|
|
+ $attr,
|
|
|
|
|
+ 'Debug ID',
|
|
|
|
|
+ $params
|
|
|
|
|
+ );
|
|
|
try {
|
|
try {
|
|
|
$result = $api->modifyDomain($domainID, $attr);
|
|
$result = $api->modifyDomain($domainID, $attr);
|
|
|
} catch (KerioApiException $error) {
|
|
} catch (KerioApiException $error) {
|