Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d0104d38 authored by Akhil's avatar Akhil 🙂 Committed by Ronak Patel
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 39ab8cf5
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
	}
}