From 841668964a96572bbecf75030ddb80706bf2c7f8 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Sun, 14 Feb 2010 23:23:40 +0100 Subject: [PATCH] Wicked classes and constants are not autoloadable yet. --- wicked/lib/Application.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/wicked/lib/Application.php b/wicked/lib/Application.php index 6178d3889..672af2138 100644 --- 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 { /** -- 2.11.0