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:30:27 +00:00
parent 909231f047
commit b6e060ac91

View File

@ -78,9 +78,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
{