damn copy&paste, fix wrong var name

remotes/origin/stable5
Björn Schießle 14 years ago
parent 2a9c3c1660
commit 2a5d9ca9c5
  1. 2
      apps/files_versions/lib/versions.php

@ -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');
}

Loading…
Cancel
Save