Преглед изворни кода

finish createAccount, add email for quota warnings

andre пре 2 година
родитељ
комит
7ea4909426
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      app/Http/Actions/CreateAccount.php

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

@@ -144,6 +144,7 @@ class CreateAccount extends AddonController
         } else {
             $attr['domainQuota']['diskSizeLimit']['isActive'] = FALSE;
         }
+        $attr['domainQuota']['email'] = $params['clientsdetails']['email'];
         try {
             $result = $api->modifyDomain($domainID, $attr);
         } catch (KerioApiException $error) {