From 85844520fcbb20506880dc41f29ec15d9ca65f53 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Tue, 3 Feb 2009 19:14:18 -0500 Subject: [PATCH] Remove the requirement for a registry entry for content from the Tagger class now that Jan has put paths in base.php for content being under horde root. --- kronolith/lib/Tagger.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/kronolith/lib/Tagger.php b/kronolith/lib/Tagger.php index 7c254cb11..99d6da89a 100644 --- a/kronolith/lib/Tagger.php +++ b/kronolith/lib/Tagger.php @@ -9,11 +9,6 @@ * @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