summaryrefslogtreecommitdiffstats
path: root/Horde_Editor-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Horde_Editor-path.patch')
-rw-r--r--Horde_Editor-path.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/Horde_Editor-path.patch b/Horde_Editor-path.patch
new file mode 100644
index 0000000..ed77dab
--- /dev/null
+++ b/Horde_Editor-path.patch
@@ -0,0 +1,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'])) {