projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dfbee0
)
Remove the requirement for a registry entry for content from the
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 4 Feb 2009 00:14:18 +0000
(19:14 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Wed, 4 Feb 2009 00:15:48 +0000
(19:15 -0500)
Tagger class now that Jan has put paths in base.php for content being
under horde root.
kronolith/lib/Tagger.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Tagger.php
b/kronolith/lib/Tagger.php
index
7c254cb
..
99d6da8
100644
(file)
--- a/
kronolith/lib/Tagger.php
+++ b/
kronolith/lib/Tagger.php
@@
-9,11
+9,6
@@
* @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
{