From 7ca4dd00f78a728572aef658752f1eb0c26e9c57 Mon Sep 17 00:00:00 2001 From: "Duck (Jakob Munih)" Date: Mon, 23 Feb 2009 19:59:14 +0100 Subject: [PATCH] Autloader is included with core.php --- folks/lib/base.php | 1 - 1 file changed, 1 deletion(-) 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(); -- 2.11.0