From a7e3ff2fe1ce64313cf623b5aad242437bc66c96 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Mon, 12 Apr 2010 03:36:44 +0000 Subject: [PATCH] BUGFIX: Fixed bug in r97036 (from r97051) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@102429 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- core/Core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Core.php b/core/Core.php index 2253ca133..6dcefca71 100755 --- a/core/Core.php +++ b/core/Core.php @@ -155,7 +155,7 @@ require_once("core/Session.php"); // Add after the "." path but before other paths (so that they take precedence over the PEAR // include paths) set_include_path(str_replace('.' . PATH_SEPARATOR, '.' . PATH_SEPARATOR - . BASE_PATH . '/sapphire/parsers' + . BASE_PATH . '/sapphire/parsers' . PATH_SEPARATOR . BASE_PATH . '/sapphire/thirdparty' . PATH_SEPARATOR , get_include_path()));