projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3917c03
)
Revert "Autoload Content."
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 10 Feb 2009 17:07:30 +0000
(12:07 -0500)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 10 Feb 2009 17:07:30 +0000
(12:07 -0500)
See Ticket: 7936
This reverts commit
8925854973d1ba488b3f282f4f991d178bf2f52f
.
kronolith/lib/base.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/base.php
b/kronolith/lib/base.php
index
3ec9b20
..
a7ad8d3
100644
(file)
--- a/
kronolith/lib/base.php
+++ b/
kronolith/lib/base.php
@@
-31,8
+31,6
@@
if (!defined('HORDE_BASE')) {
require_once HORDE_BASE . '/lib/core.php';
Horde_Autoloader::addClassPath($kronolith_dir);
Horde_Autoloader::addClassPattern('/^Kronolith_/', $kronolith_dir);
-Horde_Autoloader::addClassPath(HORDE_BASE . '/content/lib');
-Horde_Autoloader::addClassPattern('/^Content_/', HORDE_BASE . '/content/lib');
/* Registry. */
$session_control = Util::nonInputVar('session_control');