From 82a37d41d00d2f56c7cff1c3f8145384ca848d1c Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Tue, 9 Feb 2016 17:41:04 +0100 Subject: Doc improvements --- lib/private/user/user.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/private/user') diff --git a/lib/private/user/user.php b/lib/private/user/user.php index 0f230d468fd..5aea3f43c8c 100644 --- a/lib/private/user/user.php +++ b/lib/private/user/user.php @@ -362,8 +362,8 @@ class User implements IUser { */ public function setQuota($quota) { if($quota !== 'none' and $quota !== 'default') { - $quota= OC_Helper::computerFileSize($quota); - $quota=OC_Helper::humanFileSize($quota); + $quota = OC_Helper::computerFileSize($quota); + $quota = OC_Helper::humanFileSize($quota); } $this->config->setUserValue($this->uid, 'files', 'quota', $quota); $this->triggerChange('quota'); -- cgit v1.2.3