mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
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
This commit is contained in:
parent
b4e9564213
commit
a7e3ff2fe1
@ -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
|
// Add after the "." path but before other paths (so that they take precedence over the PEAR
|
||||||
// include paths)
|
// include paths)
|
||||||
set_include_path(str_replace('.' . PATH_SEPARATOR, '.' . PATH_SEPARATOR
|
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
|
. BASE_PATH . '/sapphire/thirdparty' . PATH_SEPARATOR
|
||||||
, get_include_path()));
|
, get_include_path()));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user