From 25c69458cf7481ca9255fa553f87dfc051b52b16 Mon Sep 17 00:00:00 2001 From: scyrma Date: Thu, 1 May 2008 05:18:14 +0000 Subject: [PATCH] MDL-14590 - Spellchecker now working in the messaging system too (merge from 1.9) --- message/send.php | 1 + 1 file changed, 1 insertion(+) 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); -- 2.39.5