From: Michael J. Rubinsky Date: Tue, 10 Feb 2009 17:06:24 +0000 (-0500) Subject: Revert "Remove the requirement for a registry entry for content from the" X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=3917c030a062a6e00f07960e6361cd01b497ec87;p=horde.git Revert "Remove the requirement for a registry entry for content from the" See Ticket: 7936 This reverts commit 85844520fcbb20506880dc41f29ec15d9ca65f53. --- 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 {