From f4129f7bbbce9942db3e95f265698234a1b17dcd Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Wed, 24 Dec 2008 14:19:19 -0500 Subject: [PATCH] temporary hack for loading the Tagger class --- content/app/controllers/TagController.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/app/controllers/TagController.php b/content/app/controllers/TagController.php index 2830bbf11..893fe66f0 100644 --- a/content/app/controllers/TagController.php +++ b/content/app/controllers/TagController.php @@ -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()); } -- 2.11.0