From: Jan Schneider Date: Fri, 12 Mar 2010 18:10:44 +0000 (+0100) Subject: Fix core loading. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=09410e906f3c089316e5ab858c52136c19cd5f3e;p=horde.git Fix core loading. --- diff --git a/wicked/opensearch.php b/wicked/opensearch.php index 6aa878d9e..2cf324315 100644 --- a/wicked/opensearch.php +++ b/wicked/opensearch.php @@ -8,14 +8,7 @@ * @author Jan Schneider */ -// Check for a prior definition of HORDE_BASE (perhaps by an -// auto_prepend_file definition for site customization). -if (!defined('HORDE_BASE')) { - @define('HORDE_BASE', dirname(__FILE__) . '/..'); -} - -// Load the Horde Framework core, and set up inclusion paths. -require_once HORDE_BASE . '/lib/core.php'; +require_once dirname(__FILE__) . '/lib/Application.php'; // Registry. $registry = new Horde_Registry();