mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
"removed html tag from exception message, as they should work independent of the web gui"
This commit is contained in:
parent
59b4f49e58
commit
6764a6ec24
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user