mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Add ajax=true for infolog redirect from site->configuration in order to avoid creating iframe
This commit is contained in:
parent
07d1ba39a6
commit
27ab8b3728
@ -2386,7 +2386,10 @@ class infolog_ui
|
|||||||
|
|
||||||
if($button == 'save' || $button == 'cancel')
|
if($button == 'save' || $button == 'cancel')
|
||||||
{
|
{
|
||||||
egw::redirect_link('/infolog/index.php');
|
egw::redirect_link('/index.php',array(
|
||||||
|
'menuaction' => 'infolog.infolog_ui.index',
|
||||||
|
'ajax' => 'true',
|
||||||
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user