Remove the requirement for a registry entry for content from the
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 4 Feb 2009 00:14:18 +0000 (19:14 -0500)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 4 Feb 2009 00:15:48 +0000 (19:15 -0500)
Tagger class now that Jan has put paths in base.php for content being
under horde root.

kronolith/lib/Tagger.php

index 7c254cb..99d6da8 100644 (file)
@@ -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
 {