From 3d5cc54f92f2624a1ece227d44a94cf48f281257 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Tue, 10 Feb 2009 12:07:30 -0500 Subject: [PATCH] Revert "Autoload Content." See Ticket: 7936 This reverts commit 8925854973d1ba488b3f282f4f991d178bf2f52f. --- kronolith/lib/base.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/kronolith/lib/base.php b/kronolith/lib/base.php index 3ec9b2001..a7ad8d31c 100644 --- a/kronolith/lib/base.php +++ b/kronolith/lib/base.php @@ -31,8 +31,6 @@ if (!defined('HORDE_BASE')) { require_once HORDE_BASE . '/lib/core.php'; Horde_Autoloader::addClassPath($kronolith_dir); Horde_Autoloader::addClassPattern('/^Kronolith_/', $kronolith_dir); -Horde_Autoloader::addClassPath(HORDE_BASE . '/content/lib'); -Horde_Autoloader::addClassPattern('/^Content_/', HORDE_BASE . '/content/lib'); /* Registry. */ $session_control = Util::nonInputVar('session_control'); -- 2.11.0