Browse Source

try to create a limited domain

andre 2 years ago
parent
commit
ff9ead2907
1 changed files with 7 additions and 0 deletions
  1. 7 0
      app/Http/Actions/CreateAccount.php

+ 7 - 0
app/Http/Actions/CreateAccount.php

@@ -113,6 +113,13 @@ 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) {