Remove extra empty option, it's in the template so it works while disabled

This commit is contained in:
nathangray 2016-06-01 13:56:50 -06:00
parent 660888c716
commit d37a8abca0

View File

@ -267,7 +267,6 @@ class filemanager_admin extends filemanager_ui
$readonlys['url'] = !self::$is_setup;
$sel_options['allow_delete_versions'] = array(
'' => lang('Noone'),
'root' => lang('Superuser (root)'),
'admins' => lang('Administrators'),
'everyone' => lang('Everyone'),