Index: branches/5.2.x/core/units/images/images_config.php =================================================================== diff -u -N -r14585 -r14879 --- branches/5.2.x/core/units/images/images_config.php (.../images_config.php) (revision 14585) +++ branches/5.2.x/core/units/images/images_config.php (.../images_config.php) (revision 14879) @@ -1,6 +1,6 @@ 'event', ), - 'RegularEvents' => Array ( + 'ScheduledTasks' => Array ( 'clean_catalog_images' => Array ('EventName' => 'OnCleanImages', 'RunInterval' => 604800, 'Type' => reAFTER, 'Status' => STATUS_DISABLED), 'clean_resized_catalog_images' => Array ('EventName' => 'OnCleanResizedImages', 'RunInterval' => 2592000, 'Type' => reAFTER, 'Status' => STATUS_DISABLED), ),