summaryrefslogtreecommitdiffstats
path: root/Horde_Editor-path.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2013-01-12 10:02:00 +0100
committerRemi Collet <fedora@famillecollet.com>2013-01-12 10:02:00 +0100
commit6e6a14b5acbb6f04cb1411499d030b849670f61a (patch)
tree40c0c98148807156920d9ed107c20f9583a1969e /Horde_Editor-path.patch
php-horde-Horde-Editor: new package
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'])) {