forked from extern/egroupware
Try to avoid mime open exception
This commit is contained in:
parent
a4608d64d7
commit
9fe0e276b5
@ -306,7 +306,9 @@ class filemanager_hooks
|
|||||||
),
|
),
|
||||||
'edit_popup' => '980x750',
|
'edit_popup' => '980x750',
|
||||||
'mime' => array (
|
'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)
|
foreach ($implemented as $app)
|
||||||
|
Loading…
Reference in New Issue
Block a user