forked from extern/egroupware
Fix excluded mime types does not work for CollabEditor
This commit is contained in:
parent
6853fe6ca5
commit
1b6f18f35e
@ -328,7 +328,8 @@ class filemanager_hooks
|
|||||||
'edit_popup' => '980x750',
|
'edit_popup' => '980x750',
|
||||||
'mime' => array (
|
'mime' => array (
|
||||||
'application/vnd.oasis.opendocument.text' => array (
|
'application/vnd.oasis.opendocument.text' => array (
|
||||||
'mime_popup' => '' // try to avoid mime_open exception
|
'mime_popup' => '', // try to avoid mime_open exception
|
||||||
|
'ext' => 'odt'
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user