mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-28939 Bad lang string reference in grade/import/csv.
This commit is contained in:
parent
7969f1ecf5
commit
9d555b4456
@ -481,7 +481,7 @@ if ($formdata = $mform->get_data()) {
|
||||
fclose($fp);
|
||||
unlink($filename);
|
||||
} else {
|
||||
print_error('cannotreadfil');
|
||||
print_error('cannotreadfile');
|
||||
}
|
||||
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user