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
This commit is contained in:
Jeremy Shipman 2007-09-05 04:13:37 +00:00
parent 8055b4b291
commit 8d2bfe1282
1 changed files with 3 additions and 0 deletions

View File

@ -3,4 +3,7 @@
define('MCE_ROOT', 'jsparty/tiny_mce2/');
$path = Director::baseFolder().'/sapphire/pear/';
set_include_path(get_include_path() . PATH_SEPARATOR . $path);
?>