From: Michael J. Rubinsky Date: Wed, 4 Feb 2009 00:14:18 +0000 (-0500) Subject: Remove the requirement for a registry entry for content from the X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=85844520fcbb20506880dc41f29ec15d9ca65f53;p=horde.git 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. --- 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 {