From: Jan Schneider Date: Mon, 2 Feb 2009 11:54:22 +0000 (+0100) Subject: Autoload Content. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=8925854973d1ba488b3f282f4f991d178bf2f52f;p=horde.git Autoload Content. --- diff --git a/kronolith/lib/base.php b/kronolith/lib/base.php index 264861ac2..976723a1b 100644 --- a/kronolith/lib/base.php +++ b/kronolith/lib/base.php @@ -31,6 +31,8 @@ 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');