mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-25 16:19:00 +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',
|
||||
'mime' => 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