Index: branches/5.3.x/units/topics/TopicReviewRouter.php =================================================================== diff -u --- branches/5.3.x/units/topics/TopicReviewRouter.php (revision 0) +++ branches/5.3.x/units/topics/TopicReviewRouter.php (revision 16173) @@ -0,0 +1,30 @@ + '/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, Index: branches/5.3.x/units/topics/TopicRouter.php =================================================================== diff -u --- branches/5.3.x/units/topics/TopicRouter.php (revision 0) +++ branches/5.3.x/units/topics/TopicRouter.php (revision 16173) @@ -0,0 +1,40 @@ + 0, - 'RewritePriority' => 103, - 'RewriteListener' => 'CategoryItemRewrite:RewriteListener', - 'Hooks' => Array ( Array ( 'Mode' => hBEFORE, @@ -574,4 +571,4 @@ 'RatingDelayValue' => 'topic_RatingDelay_Value', 'RatingDelayInterval' => 'topic_RatingDelay_Interval', ), -); \ No newline at end of file +);