Infolog: When saving site configuration, return to user list

This commit is contained in:
nathan 2022-11-07 10:46:29 -07:00
parent 78333613fa
commit dc8188b8ce

View File

@ -2559,10 +2559,7 @@ class infolog_ui
if($button == 'save' || $button == 'cancel') if($button == 'save' || $button == 'cancel')
{ {
Egw::redirect_link('/index.php', array( Api\Json\Response::get()->apply('app.admin.load');
'menuaction' => 'admin.admin_ui.index',
'ajax' => 'true'
), 'admin');
} }
} }
else else