Autloader is included with core.php
authorDuck (Jakob Munih) <duck@obala.net>
Mon, 23 Feb 2009 18:59:14 +0000 (19:59 +0100)
committerDuck (Jakob Munih) <duck@obala.net>
Mon, 23 Feb 2009 18:59:14 +0000 (19:59 +0100)
folks/lib/base.php

index c4c4b4d..9e0e751 100644 (file)
@@ -16,7 +16,6 @@ if (!defined('HORDE_BASE')) {
 
 // Load the Horde Framework core, and set up inclusion paths and autoloading.
 require_once HORDE_BASE . '/lib/core.php';
-require_once 'Horde/Autoloader.php';
 
 // Registry.
 $registry = &Registry::singleton();