"fixed not working fallback to \"sitemgr\" rights (was sitemgr-site, but has to be sitemgr-link)"

This commit is contained in:
Ralf Becker 2009-10-25 17:21:31 +00:00
parent b3b7114db8
commit 5db94b17f4

View File

@ -81,9 +81,9 @@ catch (egw_exception_no_permission_app $e)
{
$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
{