Index: branches/RC/core/kernel/utility/unit_config_reader.php =================================================================== diff -u -r11273 -r11319 --- branches/RC/core/kernel/utility/unit_config_reader.php (.../unit_config_reader.php) (revision 11273) +++ branches/RC/core/kernel/utility/unit_config_reader.php (.../unit_config_reader.php) (revision 11319) @@ -287,9 +287,9 @@ $this->ValidateConfig($prefix); } } - + $after_event = new kEvent('adm:OnAfterCacheRebuild'); - $this->Application->HandleEvent($after_event); + $this->Application->HandleEvent($after_event); } }