Index: branches/RC/kernel/units/config_search/config_search_event_handler.php =================================================================== diff -u -N -r9363 -r10838 --- branches/RC/kernel/units/config_search/config_search_event_handler.php (.../config_search_event_handler.php) (revision 9363) +++ branches/RC/kernel/units/config_search/config_search_event_handler.php (.../config_search_event_handler.php) (revision 10838) @@ -51,6 +51,11 @@ } $event->SetRedirectParam('opener', 's'); + + // keeps module and section in REQUEST to ensure, that last admin template will work + $event->SetRedirectParam('module', $this->Application->GetVar('module')); + $event->SetRedirectParam('module_key', $this->Application->GetVar('module_key')); + $event->SetRedirectParam('section', $this->Application->GetVar('section')); } function OnCancel(&$event)