Index: branches/5.3.x/install/cache/class_structure.php =================================================================== diff -u -N -r16162 -r16169 --- branches/5.3.x/install/cache/class_structure.php (.../class_structure.php) (revision 16162) +++ branches/5.3.x/install/cache/class_structure.php (.../class_structure.php) (revision 16169) @@ -5,11 +5,41 @@ * This file is automatically @generated. Use 'php tools/build_class_map.php' to rebuild it. */ return array( - 'cache_format' => 1, + 'cache_format' => 2, 'classes' => array( '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( + 'ArticlesEventHandler' => array( + 'type' => 1, + 'modifiers' => 0, + 'extends' => array( + 0 => 'kCatDBEventHandler', + ), + ), + 'ArticlesTagProcessor' => array( + 'type' => 1, + 'modifiers' => 0, + 'extends' => array( + 0 => 'kCatDBTagProcessor', + ), + ), + 'InNewsPrerequisites' => array( + 'type' => 1, + 'modifiers' => 0, + 'extends' => array( + 0 => 'kHelper', + ), + ), + 'InNewsUpgrades' => array( + 'type' => 1, + 'modifiers' => 0, + 'extends' => array( + 0 => 'kUpgradeHelper', + ), + ), + ), );