mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Fix excluded mime types does not work for CollabEditor
This commit is contained in:
parent
e098d72baa
commit
c666b157ba
@ -33,7 +33,8 @@ class 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