From d4fa8f140affad6812a31b04e8b1a1675e4afb4c Mon Sep 17 00:00:00 2001 From: estadtherr Date: Thu, 14 Sep 2006 03:52:19 +0000 Subject: fixed typo in editor_init call. git-svn-id: https://svn.roundcube.net/trunk@345 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/compose.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/program/steps/mail/compose.inc b/roundcubemail/program/steps/mail/compose.inc index 0b09065ac..9b759e6e8 100644 --- a/roundcubemail/program/steps/mail/compose.inc +++ b/roundcubemail/program/steps/mail/compose.inc @@ -410,7 +410,7 @@ function rcmail_compose_body($attrib) $OUTPUT->include_script('tiny_mce/tiny_mce.js'); $OUTPUT->include_script("editor.js"); - $OUTPUT->add_script('rcmail_editor_init($__skin_path);'); + $OUTPUT->add_script('rcmail_editor_init("$__skin_path");'); $out = $form_start ? "$form_start\n" : ''; -- cgit v1.2.3