Skip to content
Snippets Groups Projects
Commit 8d0b67e1 authored by Björn Schießle's avatar Björn Schießle
Browse files

fix typo in variable name

parent ebc3d1b2
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ $defaultQuotaIsUserDefined=array_search($defaultQuota, $quotaPreset)===false &&
// load users and quota
foreach($accessibleusers as $uid => $displayName) {
$quota=OC_Preferences::getValue($i, 'files', 'quota', 'default');
$quota=OC_Preferences::getValue($uid, 'files', 'quota', 'default');
$isQuotaUserDefined=array_search($quota, $quotaPreset)===false && array_search($quota, array('none', 'default'))===false;
$name = $displayName;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment