From: Michael J. Rubinsky Date: Tue, 10 Feb 2009 17:07:30 +0000 (-0500) Subject: Revert "Autoload Content." X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=3d5cc54f92f2624a1ece227d44a94cf48f281257;p=horde.git Revert "Autoload Content." See Ticket: 7936 This reverts commit 8925854973d1ba488b3f282f4f991d178bf2f52f. --- 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');