fix case to EGroupware

This commit is contained in:
Ralf Becker 2019-07-04 11:59:38 +02:00
parent 206fdb367f
commit 2be5537276

View File

@ -128,7 +128,7 @@ function egw_exception_handler($e)
}
elseif (is_object($GLOBALS['egw']) && isset($GLOBALS['egw']->session) && method_exists($GLOBALS['egw'],'link'))
{
$message .= '<p><a href="'.$GLOBALS['egw']->link('/index.php').'">'.try_lang('Click here to resume your eGroupWare Session.').'</a></p>';
$message .= '<p><a href="'.$GLOBALS['egw']->link('/index.php').'">'.try_lang('Click here to resume your EGroupware Session.').'</a></p>';
}
if (is_object($GLOBALS['egw']) && isset($GLOBALS['egw']->framework))
{