mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
session::create also overwrites link-registry, therefore we need to call Link::init_static in after_login too
This commit is contained in:
parent
1f4c6d4f51
commit
317604a4e1
@ -222,6 +222,10 @@ class Sharing extends \EGroupware\Api\Sharing
|
|||||||
{
|
{
|
||||||
$GLOBALS['egw_info']['user']['apps']['collabora'] = $GLOBALS['egw_info']['apps']['collabora'];
|
$GLOBALS['egw_info']['user']['apps']['collabora'] = $GLOBALS['egw_info']['apps']['collabora'];
|
||||||
}
|
}
|
||||||
|
// session::create also overwrites link-registry
|
||||||
|
Vfs::clearstatcache();
|
||||||
|
// clear link-cache and load link registry without permission check to access /apps
|
||||||
|
Api\Link::init_static(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user