specify template for redirect, to NOT open preferences (= current app) tab in Stylite/Pixelegg template

This commit is contained in:
Ralf Becker 2014-01-28 11:01:17 +00:00
parent d40025f732
commit 6c44f31448

View File

@ -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