From 6121870f2f3a788b244d096c11274a5376a56ef0 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Mon, 15 Jun 2009 02:04:29 +0000 Subject: [PATCH] MINOR Updated MCE_ROOT constant to reflect new location of tiny_mce git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@79151 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- _config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.php b/_config.php index f796e9a76..18967d846 100644 --- a/_config.php +++ b/_config.php @@ -47,7 +47,7 @@ Object::useCustomClass('Datetime','SSDatetime',true); /** * The root directory of TinyMCE */ -define('MCE_ROOT', 'jsparty/tiny_mce2/'); +define('MCE_ROOT', 'jsparty/tiny_mce/'); /** * The secret key that needs to be sent along with pings to /Email_BounceHandler