Loading lib/Service/UserService.php +1 −1 Original line number Diff line number Diff line Loading @@ -521,6 +521,6 @@ class UserService { } } private function getDefaultQuota() { return $this->config->getSystemValue('default_quota_in_megabytes', 1024); return $this->config->getSystemValueInt('default_quota_in_megabytes', 1024); } } Loading
lib/Service/UserService.php +1 −1 Original line number Diff line number Diff line Loading @@ -521,6 +521,6 @@ class UserService { } } private function getDefaultQuota() { return $this->config->getSystemValue('default_quota_in_megabytes', 1024); return $this->config->getSystemValueInt('default_quota_in_megabytes', 1024); } }