"removed html tag from exception message, as they should work independent of the web gui"

This commit is contained in:
Ralf Becker 2008-10-26 11:05:30 +00:00
parent 59b4f49e58
commit 6764a6ec24

View File

@ -70,7 +70,7 @@ class egw_exception_no_permission_app extends egw_exception_no_permission
$GLOBALS['egw_info']['apps'][$currentapp]['title'] : $msg; $GLOBALS['egw_info']['apps'][$currentapp]['title'] : $msg;
$msg = lang('You\'ve tried to open the eGroupWare application: %1, but you have no permission to access this application.', $msg = lang('You\'ve tried to open the eGroupWare application: %1, but you have no permission to access this application.',
'<i>'.$app.'</i>'); '"'.$app.'"');
} }
} }
parent::__construct($msg,$code); parent::__construct($msg,$code);