From a6b109997eacd1a88a6e75a85de9dc99be1b924a Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Sun, 14 Feb 2010 19:57:41 +0100 Subject: [PATCH] Since this is the default path for linked libraries now, enable it. --- horde/lib/core.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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'; } -- 2.11.0