Index: branches/5.3.x/core/units/admin/admin_config.php =================================================================== diff -u -r15902 -r15941 --- branches/5.3.x/core/units/admin/admin_config.php (.../admin_config.php) (revision 15902) +++ branches/5.3.x/core/units/admin/admin_config.php (.../admin_config.php) (revision 15941) @@ -1,6 +1,6 @@ <?php /** -* @version $Id: admin_config.php 15902 2013-07-12 15:37:15Z alex $ +* @version $Id: admin_config.php 15941 2013-08-20 13:29:12Z alex $ * @package In-Portal * @copyright Copyright (C) 1997 - 2009 Intechnic. All rights reserved. * @license GNU/GPL @@ -20,6 +20,8 @@ 'EventHandlerClass' => Array ('class' => 'AdminEventsHandler', 'file' => 'admin_events_handler.php', 'build_event' => 'OnBuild'), 'TagProcessorClass' => Array ('class' => 'AdminTagProcessor', 'file' => 'admin_tag_processor.php', 'build_event' => 'OnBuild'), + 'AutoLoad' => false, // because defaults to `true` + 'QueryString' => Array ( 1 => 'event', ),