From 0098f41a1288b48e35b66dd6c24f89cb70e2676c Mon Sep 17 00:00:00 2001 From: nathangray Date: Thu, 26 Jul 2018 15:08:32 -0600 Subject: [PATCH] Fix missing collabora app --- api/src/Vfs/Sharing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/Vfs/Sharing.php b/api/src/Vfs/Sharing.php index 4d6682594f..d775dca0ef 100644 --- a/api/src/Vfs/Sharing.php +++ b/api/src/Vfs/Sharing.php @@ -158,7 +158,7 @@ class Sharing extends \EGroupware\Api\Sharing 'filemanager' => $GLOBALS['egw_info']['apps']['filemanager'] ); // check if sharee has Collabora run rights --> give is to share too - $apps = $GLOBALS['egw']->acl->get_user_applications($share['share_owner']); + $apps = $GLOBALS['egw']->acl->get_user_applications($this->share['share_owner']); if (!empty($apps['collabora'])) { $GLOBALS['egw_info']['user']['apps']['collabora'] = $GLOBALS['egw_info']['apps']['collabora'];