From 9fdccd7bcab5d1d9d6420980313a375ce2bbdfb9 Mon Sep 17 00:00:00 2001 From: nathangray Date: Mon, 9 Sep 2019 11:26:02 -0600 Subject: [PATCH] Filemanager - fix shared directory could not open odp (or other non-odt files) in Collabora --- filemanager/inc/class.filemanager_hooks.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filemanager/inc/class.filemanager_hooks.inc.php b/filemanager/inc/class.filemanager_hooks.inc.php index 2dfe969648..cf425e144c 100644 --- a/filemanager/inc/class.filemanager_hooks.inc.php +++ b/filemanager/inc/class.filemanager_hooks.inc.php @@ -304,7 +304,7 @@ class filemanager_hooks */ static function getEditorLink() { - foreach (Api\Hooks::process('filemanager-editor-link', 'collabora') as $app => $link) + foreach (Api\Hooks::process('filemanager-editor-link', 'collabora',true) as $app => $link) { if ($link && ($access = \EGroupware\Api\Vfs\Links\StreamWrapper::check_app_rights($app)) && (empty($GLOBALS['egw_info']['user']['preferences']['filemanager']['document_doubleclick_action']) ||