From b978d6ca94a3034450b55a9df01898d1625a113b Mon Sep 17 00:00:00 2001 From: Jeremy Shipman Date: Fri, 14 Sep 2007 02:18:48 +0000 Subject: [PATCH] Pear bbcode parser no longer requires work. git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.1.0@41722 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- _config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.php b/_config.php index 0116509ee..31c052111 100644 --- a/_config.php +++ b/_config.php @@ -3,7 +3,7 @@ define('MCE_ROOT', 'jsparty/tiny_mce2/'); -$path = Director::baseFolder().'/sapphire/pear/'; +$path = Director::baseFolder().'/sapphire/parsers/'; set_include_path(get_include_path() . PATH_SEPARATOR . $path); ?> \ No newline at end of file