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