mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
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',
|
||||
'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