summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorestadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-09-14 03:52:19 +0000
committerestadtherr <estadtherr@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-09-14 03:52:19 +0000
commitd4fa8f140affad6812a31b04e8b1a1675e4afb4c (patch)
tree30c9c8b36a214a8c3bda61ec5d75399da7060df6
parenta4332663cfcdb53b352c8646f78855ae3436cfec (diff)
fixed typo in editor_init call.
git-svn-id: https://svn.roundcube.net/trunk@345 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/program/steps/mail/compose.inc2
1 files changed, 1 insertions, 1 deletions
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" : '';