Index: branches/5.2.x/core/units/categories/categories_config.php =================================================================== diff -u -N -r15761 -r16377 --- branches/5.2.x/core/units/categories/categories_config.php (.../categories_config.php) (revision 15761) +++ branches/5.2.x/core/units/categories/categories_config.php (.../categories_config.php) (revision 16377) @@ -1,6 +1,6 @@ Array ('class' => 'CategoriesTagProcessor', 'file' => 'categories_tag_processor.php', 'build_event' => 'OnBuild'), 'RegisterClasses' => Array ( + Array ('pseudo' => 'clsCachedPermissions', 'class' => 'clsCachedPermissions', 'file' => 'cache_updater.php', 'build_event' => ''), + Array ('pseudo' => 'clsRecursionStack', 'class' => 'clsRecursionStack', 'file' => 'cache_updater.php', 'build_event' => ''), Array ('pseudo' => 'kPermCacheUpdater', 'class' => 'kPermCacheUpdater', 'file' => 'cache_updater.php', 'build_event' => ''), ), @@ -539,4 +541,4 @@ 'DefaultSorting1Dir' => 'Category_Sortorder', 'DefaultSorting2Dir' => 'Category_Sortorder2', ), - ); \ No newline at end of file + );