andre 2 lat temu
rodzic
commit
f71b1976c9

+ 1 - 1
app/UI/Client/EmailAccount/Providers/AccountDataProvider.php

@@ -37,7 +37,7 @@ class AccountDataProvider extends BaseDataProvider
         $hid = $this->request->get('id');
         $hosting = Hosting::where('id', $hid)->first();
         $this->data['domain'] = $this->getWhmcsParamByKey('customfields')['maildomain'];
-        $this->data['quota'] = 0;
+        $this->data['quota'] = 10;
         $lang = di('lang');
         $this->availableValues['status'] = [
             Kerio::ACC_STATUS_ACTIVE        => $lang->absoluteT('kerio','account','status','active'),