mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 12:51:52 +02: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'),
|
'label' => lang('Excludes selected mime types'),
|
||||||
'help' => lang('Excludes selected mime types from being opened by editor'),
|
'help' => lang('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…
x
Reference in New Issue
Block a user