projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f145c35
)
Autoload Content.
author
Jan Schneider
<jan@horde.org>
Mon, 2 Feb 2009 11:54:22 +0000
(12:54 +0100)
committer
Jan Schneider
<jan@horde.org>
Mon, 2 Feb 2009 22:14:34 +0000
(23:14 +0100)
kronolith/lib/base.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/base.php
b/kronolith/lib/base.php
index
264861a
..
976723a
100644
(file)
--- a/
kronolith/lib/base.php
+++ b/
kronolith/lib/base.php
@@
-31,6
+31,8
@@
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');