MDL-14590 - Spellchecker now working in the messaging system too (merge from 1.9)

This commit is contained in:
scyrma
2008-05-01 05:18:14 +00:00
parent b8b3d87c2c
commit 25c69458cf
+1
View 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);