Quellcode durchsuchen

bugfix disklimit

andre vor 4 Jahren
Ursprung
Commit
001a06ca93
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      zimbraSingle.php

+ 1 - 0
zimbraSingle.php

@@ -418,6 +418,7 @@ function zimbraSingle_CreateAccount($params) {
                 array(
                     'username' => $params['username'],
                     'password' => $params['customfields']['password'],
+                    'disklimit' => $baseQuota + $addonQuota + $newAddQuota,
                 )
             );
     } catch (\Exception $e) {