Index: branches/5.3.x/install/cache/class_structure.php =================================================================== diff -u -N -r16168 -r16175 --- branches/5.3.x/install/cache/class_structure.php (.../class_structure.php) (revision 16168) +++ branches/5.3.x/install/cache/class_structure.php (.../class_structure.php) (revision 16175) @@ -10,6 +10,8 @@ 'InLinkPrerequisites' => '/modules/in-link/install/prerequisites.php', 'InLinkUpgrades' => '/modules/in-link/install/upgrades.php', 'LinkHelper' => '/modules/in-link/units/helpers/link_helper.php', + 'LinkReviewRouter' => '/modules/in-link/units/links/LinkReviewRouter.php', + 'LinkRouter' => '/modules/in-link/units/links/LinkRouter.php', 'LinkTagProcessor' => '/modules/in-link/units/links/link_tag_processor.php', 'LinkValidationEventHandler' => '/modules/in-link/units/link_validation/link_validation_eh.php', 'LinkValidationTagProcessor' => '/modules/in-link/units/link_validation/link_validation_tp.php', @@ -42,6 +44,20 @@ 0 => 'kHelper', ), ), + 'LinkReviewRouter' => array( + 'type' => 1, + 'modifiers' => 0, + 'extends' => array( + 0 => 'AbstractReviewRouter', + ), + ), + 'LinkRouter' => array( + 'type' => 1, + 'modifiers' => 0, + 'extends' => array( + 0 => 'AbstractCategoryItemRouter', + ), + ), 'LinkTagProcessor' => array( 'type' => 1, 'modifiers' => 0,