forked from extern/egroupware
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',
|
'label' => 'Excludes selected mime types',
|
||||||
'help' => 'Excludes selected mime types from being opened by editor',
|
'help' => 'Excludes selected mime types from being opened by editor',
|
||||||
'name' => 'collab_excluded_mimes',
|
'name' => 'collab_excluded_mimes',
|
||||||
'values' => array(),
|
'values' => $mimes,
|
||||||
'default' => '',
|
'default' => '',
|
||||||
'attributes' => array(
|
'attributes' => array(
|
||||||
'autocompelete_url' => ' ',
|
'autocompelete_url' => ' ',
|
||||||
|
Loading…
Reference in New Issue
Block a user