Index: branches/RC/core/kernel/utility/unit_config_reader.php =================================================================== diff -u -N -r10854 -r10887 --- branches/RC/core/kernel/utility/unit_config_reader.php (.../unit_config_reader.php) (revision 10854) +++ branches/RC/core/kernel/utility/unit_config_reader.php (.../unit_config_reader.php) (revision 10887) @@ -283,6 +283,9 @@ $this->ValidateConfig($prefix); } } + + $after_event = new kEvent('adm:OnAfterCacheRebuild'); + $this->Application->HandleEvent($after_event); } }