Revert "Autoload Content."
authorMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 10 Feb 2009 17:07:30 +0000 (12:07 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Tue, 10 Feb 2009 17:07:30 +0000 (12:07 -0500)
See Ticket: 7936
This reverts commit 8925854973d1ba488b3f282f4f991d178bf2f52f.

kronolith/lib/base.php

index 3ec9b20..a7ad8d3 100644 (file)
@@ -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');