projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bba6014
)
Revert "Remove the requirement for a registry entry for content from the"
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 10 Feb 2009 17:06:24 +0000
(12:06 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 10 Feb 2009 17:06:24 +0000
(12:06 -0500)
See Ticket: 7936
This reverts commit
85844520fcbb20506880dc41f29ec15d9ca65f53
.
kronolith/lib/Tagger.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Tagger.php
b/kronolith/lib/Tagger.php
index
99d6da8
..
7c254cb
100644
(file)
--- a/
kronolith/lib/Tagger.php
+++ b/
kronolith/lib/Tagger.php
@@
-9,6
+9,11
@@
* @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
{