1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2024-12-30 10:39:18 +01:00

Try to avoid mime open exception

This commit is contained in:
Hadi Nategh 2017-11-10 16:51:06 +01:00
parent a4608d64d7
commit 9fe0e276b5

View File

@ -306,7 +306,9 @@ class filemanager_hooks
),
'edit_popup' => '980x750',
'mime' => array (
'application/vnd.oasis.opendocument.text' => true,
'application/vnd.oasis.opendocument.text' => array (
'mime_popup' => '' // try to avoid mime_open exception
),
)
);
foreach ($implemented as $app)