projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6034191
)
temporary hack for loading the Tagger class
author
Chuck Hagenbuch
<chuck@horde.org>
Wed, 24 Dec 2008 19:19:19 +0000
(14:19 -0500)
committer
Chuck Hagenbuch
<chuck@horde.org>
Wed, 24 Dec 2008 19:19:19 +0000
(14:19 -0500)
content/app/controllers/TagController.php
patch
|
blob
|
history
diff --git
a/content/app/controllers/TagController.php
b/content/app/controllers/TagController.php
index
2830bbf
..
893fe66
100644
(file)
--- 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());
}