Index: branches/5.2.x/core/units/modules/modules_event_handler.php =================================================================== diff -u -N -r14095 -r14184 --- branches/5.2.x/core/units/modules/modules_event_handler.php (.../modules_event_handler.php) (revision 14095) +++ branches/5.2.x/core/units/modules/modules_event_handler.php (.../modules_event_handler.php) (revision 14184) @@ -1,6 +1,6 @@ status = kEvent::erSUCCESS; $event->setRedirectParams(Array ('opener' => 's'), true); - $this->Application->UnitConfigReader->ResetParsedData(true); //true to reset sections cache also + $this->Application->DeleteUnitCache(true); //true to reset sections cache also $event->SetRedirectParam('RefreshTree', 1); } }