summaryrefslogtreecommitdiffstats
path: root/Horde_Editor-path.patch
blob: ed77dab01ef8ce30aedb597b46d7993fd1519551 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- Horde_Editor-2.0.1/lib/Horde/Editor/Ckeditor.php.old	2013-01-12 09:31:49.000000000 +0100
+++ Horde_Editor-2.0.1/lib/Horde/Editor/Ckeditor.php	2013-01-12 09:32:25.000000000 +0100
@@ -33,8 +33,8 @@
         }
 
         $ck_file = empty($params['basic'])
-            ? 'ckeditor.js'
-            : 'ckeditor_basic.js';
+            ? 'ckeditor/ckeditor.js'
+            : 'ckeditor/ckeditor_basic.js';
 
         if (isset($params['config'])) {
             if (is_array($params['config'])) {