Change old variable name $default_quota to $defaultQuota
This commit is contained in:
parent
7e78f8e15a
commit
f922f836ce
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ foreach($quotaPreset as &$preset) {
|
|||
$quotaPreset=array_diff($quotaPreset, array('default', 'none'));
|
||||
|
||||
$defaultQuota=OC_Appconfig::getValue('files', 'default_quota', 'none');
|
||||
$defaultQuotaIsUserDefined=array_search($default_quota, $quotaPreset)===false && array_search($default_quota, array('none', 'default'))===false;
|
||||
$defaultQuotaIsUserDefined=array_search($defaultQuota, $quotaPreset)===false && array_search($defaultQuota, array('none', 'default'))===false;
|
||||
|
||||
// load users and quota
|
||||
foreach($accessibleusers as $i) {
|
||||
|
|
Loading…
Reference in a new issue