mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix a few more redirects resulting in unwanted iframes.
This commit is contained in:
parent
2e8a353f3e
commit
76f970967f
@ -89,7 +89,10 @@ class infolog_customfields
|
||||
}
|
||||
// fall through
|
||||
case 'cancel':
|
||||
egw::redirect_link('/admin/index.php', null, 'admin');
|
||||
egw::redirect_link('/index.php', array(
|
||||
'menuaction' => 'admin.admin_ui.index',
|
||||
'ajax' => 'true'
|
||||
), 'admin');
|
||||
}
|
||||
}
|
||||
else
|
||||
|
@ -2396,7 +2396,10 @@ class infolog_ui
|
||||
|
||||
if($button == 'save' || $button == 'cancel')
|
||||
{
|
||||
egw::redirect_link('/admin/index.php', null, 'admin');
|
||||
egw::redirect_link('/index.php', array(
|
||||
'menuaction' => 'admin.admin_ui.index',
|
||||
'ajax' => 'true'
|
||||
), 'admin');
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user