mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 10:10:49 -04:00
fix typo in variable name
This commit is contained in:
parent
ebc3d1b2d7
commit
8d0b67e17a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue