Wicked classes and constants are not autoloadable yet.
authorJan Schneider <jan@horde.org>
Sun, 14 Feb 2010 22:23:40 +0000 (23:23 +0100)
committerJan Schneider <jan@horde.org>
Sun, 14 Feb 2010 22:24:07 +0000 (23:24 +0100)
wicked/lib/Application.php

index 6178d38..672af21 100644 (file)
@@ -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
 {
     /**