Skip to content
Snippets Groups Projects
Commit d4ea3810 authored by Frank Karlitschek's avatar Frank Karlitschek
Browse files

Merge pull request #2072 from owncloud/fix_typo

fix wrong var name
parents 2a9c3c16 2a5d9ca9
Branches
No related tags found
No related merge requests found
......@@ -351,7 +351,7 @@ class Storage {
$versions_fileview = new \OC\Files\View('/'.$uid.'/files_versions');
// get available disk space for user
$quota = \OC_Preferences::getValue($user, 'files', 'quota');
$quota = \OC_Preferences::getValue($uid, 'files', 'quota');
if ( $quota === null || $quota === 'default') {
$quota = \OC_Appconfig::getValue('files', 'default_quota');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment