From 27d9e1227538f0db3e2f7f0d6a52c35f258e07f8 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 27 Aug 2010 12:59:32 -0600 Subject: [PATCH] Fix ckeditor path --- framework/Editor/lib/Horde/Editor/Ckeditor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Editor/lib/Horde/Editor/Ckeditor.php b/framework/Editor/lib/Horde/Editor/Ckeditor.php index 597440863..5eba92a7d 100644 --- a/framework/Editor/lib/Horde/Editor/Ckeditor.php +++ b/framework/Editor/lib/Horde/Editor/Ckeditor.php @@ -44,7 +44,7 @@ class Horde_Editor_Ckeditor extends Horde_Editor $ck_file = empty($params['basic']) ? 'ckeditor.js' : 'ckeditor_basic.js'; - $ck_path = $GLOBALS['registry']->get('webroot', 'horde') . '/services/editor/ckeditor/'; + $ck_path = $GLOBALS['registry']->get('jsuri', 'horde') . '/ckeditor/'; /* Globally disable spell check as you type. */ $params['config']['scayt_autoStartup'] = false; -- 2.11.0