mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
allow to specify a message with $_GET[msg] when redirecting to configuration
This commit is contained in:
parent
d3ac3d7432
commit
e469627ab7
@ -100,6 +100,11 @@ class admin_config
|
||||
Api\Framework::redirect_link('/index.php');
|
||||
}
|
||||
|
||||
if (!empty($_GET['msg']))
|
||||
{
|
||||
Api\Framework::message($_GET['msg'], 'info');
|
||||
}
|
||||
|
||||
// load the translations of the app we show too, so they dont need to be in admin!
|
||||
if ($_appname != 'admin')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user