From 7923628b50ef0d1409fd7099877396d07ce87802 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Sun, 17 Jan 2010 23:27:56 +0000 Subject: [PATCH] BUGFIX: Fixed bug in r97036 git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@97051 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 36e05f362..0a56bd213 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()));