From: Jan Schneider Date: Sun, 14 Feb 2010 22:23:40 +0000 (+0100) Subject: Wicked classes and constants are not autoloadable yet. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=841668964a96572bbecf75030ddb80706bf2c7f8;p=horde.git Wicked classes and constants are not autoloadable yet. --- 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 { /**