Browse Source

Users: fix "Other.." quota option for the default quota

tags/v6.0.0alpha2
Robin Appelman 11 years ago
parent
commit
27f710d860
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      settings/templates/users.php

+ 1
- 1
settings/templates/users.php View File

@@ -55,7 +55,7 @@ $_['subadmingroups'] = array_flip($items);
<?php p($_['default_quota']);?>
</option>
<?php endif;?>
<option value='other'>
<option data-new value='other'>
<?php p($l->t('Other'));?>
...
</option>

Loading…
Cancel
Save