Index: branches/RC/core/units/admin/admin_events_handler.php =================================================================== diff -u -N -r10780 -r10887 --- branches/RC/core/units/admin/admin_events_handler.php (.../admin_events_handler.php) (revision 10780) +++ branches/RC/core/units/admin/admin_events_handler.php (.../admin_events_handler.php) (revision 10887) @@ -1113,5 +1113,15 @@ list($usec, $sec) = explode(' ', microtime()); return ((float)$usec + (float)$sec); } + + /** + * Occurs after unit config cache was successfully rebuilt + * + * @param kEvent $event + */ + function OnAfterCacheRebuild(&$event) + { + } + } \ No newline at end of file