From 6e6a14b5acbb6f04cb1411499d030b849670f61a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 12 Jan 2013 10:02:00 +0100 Subject: php-horde-Horde-Editor: new package --- Horde_Editor-path.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Horde_Editor-path.patch (limited to 'Horde_Editor-path.patch') 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'])) { -- cgit