Fix ckeditor path
authorMichael M Slusarz <slusarz@curecanti.org>
Fri, 27 Aug 2010 18:59:32 +0000 (12:59 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Fri, 27 Aug 2010 18:59:32 +0000 (12:59 -0600)
framework/Editor/lib/Horde/Editor/Ckeditor.php

index 5974408..5eba92a 100644 (file)
@@ -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;