"MDL-14129, fix print_error"

This commit is contained in:
dongsheng
2008-05-15 03:07:21 +00:00
parent 675ab27eef
commit e49ef64a2e
6 changed files with 42 additions and 43 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
require_login();
if (empty($CFG->aspellpath)) {
print_error('Spellchecker not configured');
print_error('spellcheckernotconf');
}
header('Content-type: text/html; charset=utf-8');