mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-03-03 17:41:27 +01:00
Try to avoid mime open exception
This commit is contained in:
parent
0e40bd7cb5
commit
7c591df35d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user