mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Filemanager - fix shared directory could not open odp (or other non-odt files) in Collabora
This commit is contained in:
parent
ea1d654dea
commit
9fdccd7bca
@ -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']) ||
|
||||
|
Loading…
Reference in New Issue
Block a user