diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-05-30 08:32:06 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-05-30 08:32:06 +0200 |
commit | 646b64107a578d228a23d5b82923fb794fdb9c55 (patch) | |
tree | 792811ff7ad9201ecac322e93726b77c5bc26e74 /program/steps/mail/sendmail.inc | |
parent | 3dbfb53f2b2f3e5c3befcf74f6580d2e2d307622 (diff) |
Implemented Text Editor widget that integrates all operations on
textareas including HTML editor and spellchecking
Diffstat (limited to 'program/steps/mail/sendmail.inc')
-rw-r--r-- | program/steps/mail/sendmail.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/sendmail.inc b/program/steps/mail/sendmail.inc index 7ae03e522..4737ce368 100644 --- a/program/steps/mail/sendmail.inc +++ b/program/steps/mail/sendmail.inc @@ -320,7 +320,7 @@ if (!$savedraft) { } $OUTPUT->show_message('mispellingsfound', 'error'); - $OUTPUT->command('spellcheck_resume', $isHtml, $result); + $OUTPUT->command('spellcheck_resume', $result); $OUTPUT->send('iframe'); } } |