From: scyrma Date: Thu, 1 May 2008 05:18:14 +0000 (+0000) Subject: MDL-14590 - Spellchecker now working in the messaging system too (merge from 1.9) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=25c69458cf7481ca9255fa553f87dfc051b52b16;p=moodle.git MDL-14590 - Spellchecker now working in the messaging system too (merge from 1.9) --- diff --git a/message/send.php b/message/send.php index a2c4206e87..573a59744e 100644 --- a/message/send.php +++ b/message/send.php @@ -34,6 +34,7 @@ if (has_capability('moodle/site:sendmessage', get_context_instance(CONTEXT_SYSTE echo "\n\n"; echo ''; echo $stylesheetshtml; + include($CFG->javascript); /// Script parameters $userid = required_param('id', PARAM_INT);