temporary hack for loading the Tagger class
authorChuck Hagenbuch <chuck@horde.org>
Wed, 24 Dec 2008 19:19:19 +0000 (14:19 -0500)
committerChuck Hagenbuch <chuck@horde.org>
Wed, 24 Dec 2008 19:19:19 +0000 (14:19 -0500)
content/app/controllers/TagController.php

index 2830bbf..893fe66 100644 (file)
@@ -10,6 +10,8 @@ class TagController extends Horde_Controller_Base
     {
         parent::__construct($options);
 
+        // @TODO Figure out application class loading
+        require_once dirname(__FILE__) . '/../../lib/Tags/Tagger.php';
         $this->tagger = new Content_Tagger();
         $this->tagger->setDbAdapter(Horde_Db::getAdapter());
     }