mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
"fixed not working fallback to \"sitemgr\" rights (was sitemgr-site, but has to be sitemgr-link)"
This commit is contained in:
parent
b3b7114db8
commit
5db94b17f4
@ -81,9 +81,9 @@ catch (egw_exception_no_permission_app $e)
|
|||||||
{
|
{
|
||||||
$GLOBALS['egw_info']['currentapp'] = 'filemanager';
|
$GLOBALS['egw_info']['currentapp'] = 'filemanager';
|
||||||
}
|
}
|
||||||
elseif (isset($GLOBALS['egw_info']['user']['apps']['sitemgr-site']))
|
elseif (isset($GLOBALS['egw_info']['user']['apps']['sitemgr-link']))
|
||||||
{
|
{
|
||||||
$GLOBALS['egw_info']['currentapp'] = 'sitemgr-site';
|
$GLOBALS['egw_info']['currentapp'] = 'sitemgr-link';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user