mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fix exclude mimes pref gives invalidation error on save
This commit is contained in:
parent
77c424a2ff
commit
ffefc15c13
@ -268,7 +268,7 @@ class filemanager_hooks
|
||||
'label' => lang('Excludes selected mime types'),
|
||||
'help' => lang('Excludes selected mime types from being opened by editor'),
|
||||
'name' => 'collab_excluded_mimes',
|
||||
'values' => array(),
|
||||
'values' => $mimes,
|
||||
'default' => '',
|
||||
'attributes' => array(
|
||||
'autocompelete_url' => ' ',
|
||||
|
Loading…
Reference in New Issue
Block a user