Index: branches/5.3.x/install/cache/class_structure.php =================================================================== diff -u -N -r16166 -r16173 --- branches/5.3.x/install/cache/class_structure.php (.../class_structure.php) (revision 16166) +++ branches/5.3.x/install/cache/class_structure.php (.../class_structure.php) (revision 16173) @@ -19,6 +19,8 @@ 'PrivateMessageBodyEventHandler' => '/modules/in-bulletin/units/private_message_body/private_message_body_eh.php', 'PrivateMessageEventHandler' => '/modules/in-bulletin/units/private_messages/private_message_eh.php', 'PrivateMessageTagProcessor' => '/modules/in-bulletin/units/private_messages/private_message_tp.php', + 'TopicReviewRouter' => '/modules/in-bulletin/units/topics/TopicReviewRouter.php', + 'TopicRouter' => '/modules/in-bulletin/units/topics/TopicRouter.php', 'TopicsEventHandler' => '/modules/in-bulletin/units/topics/topics_event_handler.php', 'TopicsTagProcessor' => '/modules/in-bulletin/units/topics/topics_tag_processor.php', ), @@ -107,6 +109,20 @@ 0 => 'kDBTagProcessor', ), ), + 'TopicReviewRouter' => array( + 'type' => 1, + 'modifiers' => 0, + 'extends' => array( + 0 => 'AbstractReviewRouter', + ), + ), + 'TopicRouter' => array( + 'type' => 1, + 'modifiers' => 0, + 'extends' => array( + 0 => 'AbstractCategoryItemRouter', + ), + ), 'TopicsEventHandler' => array( 'type' => 1, 'modifiers' => 0,