Merge pull request #2815 from owncloud/default-quota

Users: fix "Other.." quota option for the default quota
This commit is contained in:
Thomas Tanghus 2013-04-09 05:39:06 -07:00
commit 6ba391c87a
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>