Index: branches/1.3.x/install/cache/class_structure.php =================================================================== diff -u -N -r16164 -r16172 --- branches/1.3.x/install/cache/class_structure.php (.../class_structure.php) (revision 16164) +++ branches/1.3.x/install/cache/class_structure.php (.../class_structure.php) (revision 16172) @@ -22,6 +22,7 @@ 'EUserTagProcessor' => '/modules/custom/units/sections/users/e_user_tp.php', 'SampleHelper' => '/modules/custom/units/helpers/sample_helper.php', 'WidgetEventHandler' => '/modules/custom/units/widgets/widget_eh.php', + 'WidgetRouter' => '/modules/custom/units/widgets/WidgetRouter.php', 'WidgetTagProcessor' => '/modules/custom/units/widgets/widget_tp.php', ), 'class_info' => array( @@ -130,6 +131,13 @@ 0 => 'kDBEventHandler', ), ), + 'WidgetRouter' => array( + 'type' => 1, + 'modifiers' => 0, + 'extends' => array( + 0 => 'AbstractRouter', + ), + ), 'WidgetTagProcessor' => array( 'type' => 1, 'modifiers' => 0,