Skip to content
Snippets Groups Projects
Commit 27f710d8 authored by Robin Appelman's avatar Robin Appelman
Browse files

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

parent 352af600
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment