浏览代码

bugfix disklimit

andre 4 年之前
父节点
当前提交
001a06ca93
共有 1 个文件被更改,包括 1 次插入0 次删除
  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) {