Since this is the default path for linked libraries now, enable it.
authorJan Schneider <jan@horde.org>
Sun, 14 Feb 2010 18:57:41 +0000 (19:57 +0100)
committerJan Schneider <jan@horde.org>
Sun, 14 Feb 2010 22:24:06 +0000 (23:24 +0100)
horde/lib/core.php

index 0bfe93b..7d996b4 100644 (file)
@@ -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';
 }