mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-20 12:58:46 +01:00
Fix missing collabora app
This commit is contained in:
parent
7413b60ecf
commit
0098f41a12
@ -158,7 +158,7 @@ class Sharing extends \EGroupware\Api\Sharing
|
|||||||
'filemanager' => $GLOBALS['egw_info']['apps']['filemanager']
|
'filemanager' => $GLOBALS['egw_info']['apps']['filemanager']
|
||||||
);
|
);
|
||||||
// check if sharee has Collabora run rights --> give is to share too
|
// 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']))
|
if (!empty($apps['collabora']))
|
||||||
{
|
{
|
||||||
$GLOBALS['egw_info']['user']['apps']['collabora'] = $GLOBALS['egw_info']['apps']['collabora'];
|
$GLOBALS['egw_info']['user']['apps']['collabora'] = $GLOBALS['egw_info']['apps']['collabora'];
|
||||||
|
Loading…
Reference in New Issue
Block a user