"MDL-14129, fix print_error"
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user