Index: branches/5.3.x/install/cache/class_structure.php =================================================================== diff -u -N -r16169 -r16176 --- branches/5.3.x/install/cache/class_structure.php (.../class_structure.php) (revision 16169) +++ branches/5.3.x/install/cache/class_structure.php (.../class_structure.php) (revision 16176) @@ -7,12 +7,28 @@ return array( 'cache_format' => 2, 'classes' => array( + 'ArticleReviewRouter' => '/modules/in-news/units/articles/ArticleReviewRouter.php', + 'ArticleRouter' => '/modules/in-news/units/articles/ArticleRouter.php', 'ArticlesEventHandler' => '/modules/in-news/units/articles/articles_event_handler.php', 'ArticlesTagProcessor' => '/modules/in-news/units/articles/articles_tag_processor.php', 'InNewsPrerequisites' => '/modules/in-news/install/prerequisites.php', 'InNewsUpgrades' => '/modules/in-news/install/upgrades.php', ), 'class_info' => array( + 'ArticleReviewRouter' => array( + 'type' => 1, + 'modifiers' => 0, + 'extends' => array( + 0 => 'AbstractReviewRouter', + ), + ), + 'ArticleRouter' => array( + 'type' => 1, + 'modifiers' => 0, + 'extends' => array( + 0 => 'AbstractCategoryItemRouter', + ), + ), 'ArticlesEventHandler' => array( 'type' => 1, 'modifiers' => 0,