projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d15d548
)
Wicked classes and constants are not autoloadable yet.
author
Jan Schneider
<jan@horde.org>
Sun, 14 Feb 2010 22:23:40 +0000
(23:23 +0100)
committer
Jan Schneider
<jan@horde.org>
Sun, 14 Feb 2010 22:24:07 +0000
(23:24 +0100)
wicked/lib/Application.php
patch
|
blob
|
history
diff --git
a/wicked/lib/Application.php
b/wicked/lib/Application.php
index
6178d38
..
672af21
100644
(file)
--- a/
wicked/lib/Application.php
+++ b/
wicked/lib/Application.php
@@
-29,9
+29,14
@@
if (!defined('HORDE_BASE')) {
}
/* Load the Horde Framework core (needed to autoload
- *
Horde_Registry_Application::). */
+ * Horde_Registry_Application::). */
require_once HORDE_BASE . '/lib/core.php';
+// Wicked base libraries.
+require_once WICKED_BASE . '/lib/Wicked.php';
+require_once WICKED_BASE . '/lib/Driver.php';
+require_once WICKED_BASE . '/lib/Page.php';
+
class Wicked_Application extends Horde_Registry_Application
{
/**