From: Jan Schneider Date: Sun, 14 Feb 2010 18:57:41 +0000 (+0100) Subject: Since this is the default path for linked libraries now, enable it. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=a6b109997eacd1a88a6e75a85de9dc99be1b924a;p=horde.git Since this is the default path for linked libraries now, enable it. --- diff --git a/horde/lib/core.php b/horde/lib/core.php index 0bfe93b82..7d996b43c 100644 --- a/horde/lib/core.php +++ b/horde/lib/core.php @@ -26,10 +26,7 @@ if (!defined('HORDE_BASE')) { define('HORDE_BASE', dirname(__FILE__) . '/..'); } -/* Define any local include_path alterations in horde/config/horde.local.php. - * Example: - * ini_set('include_path', dirname(__FILE__) . PATH_SEPARATOR . ini_get('include_path')); - */ +ini_set('include_path', dirname(__FILE__) . PATH_SEPARATOR . ini_get('include_path')); if (file_exists(HORDE_BASE . '/config/horde.local.php')) { include HORDE_BASE . '/config/horde.local.php'; }