mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 02:14:45 +01:00
Fix exclude mimes pref gives invalidation error on save
This commit is contained in:
parent
5b174c47f2
commit
408890c417
@ -268,7 +268,7 @@ class filemanager_hooks
|
||||
'label' => 'Excludes selected mime types',
|
||||
'help' => '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