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

This commit is contained in:
Robin Appelman 2013-04-09 12:47:08 +02:00
parent 352af6005f
commit 27f710d860
1 changed files with 1 additions and 1 deletions

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>