Fix excluded mime types does not work for CollabEditor

This commit is contained in:
Hadi Nategh 2018-02-08 14:50:10 +01:00
parent 6853fe6ca5
commit 1b6f18f35e

View File

@ -328,7 +328,8 @@ class filemanager_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'
),
)
);