From 8d2bfe1282b91f5b5d195e7e07e38b85796685d6 Mon Sep 17 00:00:00 2001 From: Jeremy Shipman Date: Wed, 5 Sep 2007 04:13:37 +0000 Subject: [PATCH] Modified so that the includes path also refers to sapphire/pear git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@41271 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- _config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_config.php b/_config.php index b35088e13..0116509ee 100644 --- a/_config.php +++ b/_config.php @@ -3,4 +3,7 @@ define('MCE_ROOT', 'jsparty/tiny_mce2/'); +$path = Director::baseFolder().'/sapphire/pear/'; +set_include_path(get_include_path() . PATH_SEPARATOR . $path); + ?> \ No newline at end of file