Explorar el Código

bugfix disklimit

andre hace 4 años
padre
commit
001a06ca93
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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) {