]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14590 - Spellchecker now working in the messaging system too (merge from 1.9)
authorscyrma <scyrma>
Thu, 1 May 2008 05:18:14 +0000 (05:18 +0000)
committerscyrma <scyrma>
Thu, 1 May 2008 05:18:14 +0000 (05:18 +0000)
message/send.php

index a2c4206e87f2bc5fd0dd2d1d28fa9a1ddba93d47..573a59744e92c3a65c6e0de221a849b2265ed114 100644 (file)
@@ -34,6 +34,7 @@ if (has_capability('moodle/site:sendmessage', get_context_instance(CONTEXT_SYSTE
     echo "<html $direction xmlns=\"http://www.w3.org/1999/xhtml\">\n<head>\n";
     echo '<meta http-equiv="content-type" content="text/html; charset=utf-8" />';
     echo $stylesheetshtml;
+    include($CFG->javascript);
 
 /// Script parameters
     $userid   = required_param('id', PARAM_INT);