mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
specify template for redirect, to NOT open preferences (= current app) tab in Stylite/Pixelegg template
This commit is contained in:
parent
d40025f732
commit
6c44f31448
@ -100,11 +100,11 @@ class preferences_settings
|
||||
{
|
||||
if ($app_data['index'])
|
||||
{
|
||||
egw::redirect_link('/index.php', 'menuaction='.$app_data['index']);
|
||||
egw::redirect_link('/index.php', 'menuaction='.$app_data['index'], $content['current_app']);
|
||||
}
|
||||
else
|
||||
{
|
||||
egw::redirect_link('/'.$content['current_app'].'/index.php');
|
||||
egw::redirect_link('/'.$content['current_app'].'/index.php', null, $content['current_app']);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user