From: Chuck Hagenbuch Date: Wed, 24 Dec 2008 19:19:19 +0000 (-0500) Subject: temporary hack for loading the Tagger class X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f4129f7bbbce9942db3e95f265698234a1b17dcd;p=horde.git temporary hack for loading the Tagger class --- 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()); }