autoloader is now included in core.php
authorChuck Hagenbuch <chuck@horde.org>
Thu, 15 Jan 2009 02:36:08 +0000 (21:36 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Thu, 15 Jan 2009 02:36:08 +0000 (21:36 -0500)
imp/lib/base.php

index 77870d6..674fbc9 100644 (file)
@@ -43,7 +43,6 @@ if (!defined('IMP_BASE')) {
 
 // Load the Horde Framework core, and set up inclusion paths.
 require_once HORDE_BASE . '/lib/core.php';
-require_once 'Horde/Autoloader.php';
 Horde_Autoloader::addClassPattern('/^IMP_/', dirname(__FILE__));
 
 // Registry.