From: Duck (Jakob Munih) Date: Mon, 23 Feb 2009 18:59:14 +0000 (+0100) Subject: Autloader is included with core.php X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=7ca4dd00f78a728572aef658752f1eb0c26e9c57;p=horde.git Autloader is included with core.php --- diff --git a/folks/lib/base.php b/folks/lib/base.php index c4c4b4d70..9e0e751bb 100644 --- a/folks/lib/base.php +++ b/folks/lib/base.php @@ -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();