Fix excluded mime types does not work for CollabEditor

This commit is contained in:
Hadi Nategh 2018-02-08 14:49:10 +01:00
parent e098d72baa
commit c666b157ba

View File

@ -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'
), ),
) )
); );