This commit is contained in:
Arthur Schiwon 2014-04-09 18:39:35 +02:00
parent 11f7823e1b
commit 342e1fd3bf
1 changed files with 1 additions and 2 deletions

View File

@ -268,8 +268,7 @@ class User {
}
}
if(!is_null($quota)) {
$this->config->setUserValue($this->uid, 'files', 'quota',
\OCP\Util::computerFileSize($quota));
$this->config->setUserValue($this->uid, 'files', 'quota', $quota);
}
}