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

This commit is contained in:
scyrma
2008-05-01 05:21:11 +00:00
parent 1f5f554d2b
commit 74226d322e
+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);