From 3917c030a062a6e00f07960e6361cd01b497ec87 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Tue, 10 Feb 2009 12:06:24 -0500 Subject: [PATCH] Revert "Remove the requirement for a registry entry for content from the" See Ticket: 7936 This reverts commit 85844520fcbb20506880dc41f29ec15d9ca65f53. --- kronolith/lib/Tagger.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kronolith/lib/Tagger.php b/kronolith/lib/Tagger.php index 99d6da89a..7c254cb11 100644 --- a/kronolith/lib/Tagger.php +++ b/kronolith/lib/Tagger.php @@ -9,6 +9,11 @@ * @package Kronolith */ +// NOTE: For now, autoloading depends on there being a registry entry for the +// 'content' application. + +Horde_Autoloader::addClassPattern('/^Content_/', + $GLOBALS['registry']->get('fileroot', 'content') . '/lib/'); class Kronolith_Tagger { -- 2.11.0