- Fix last change in rcube_html_editor()

release-0.6
alecpl 14 years ago
parent b867cbdb60
commit 11a61a8ab3

@ -1576,8 +1576,8 @@ function rcube_html_editor($mode='')
$RCMAIL->output->include_script('tiny_mce/tiny_mce.js');
$RCMAIL->output->include_script('editor.js');
$RCMAIL->output->add_script(sprintf("rcmail_editor_init('%s', '%s', %d, '%s');",
$__skin_path, JQ($lang), intval($CONFIG['enable_spellcheck']), $mode),
$RCMAIL->output->add_script(sprintf("rcmail_editor_init('\$__skin_path', '%s', %d, '%s');",
JQ($lang), intval($CONFIG['enable_spellcheck']), $mode),
'foot');
}

Loading…
Cancel
Save