mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 05:25:08 +02:00
MDL-49324 grades: Remove old variable usage
This commit is contained in:
parent
47f084c6a1
commit
bb4d057662
@ -700,6 +700,6 @@ class grade_export_update_buffer {
|
||||
*/
|
||||
function export_verify_grades($courseid) {
|
||||
if (grade_needs_regrade_final_grades($courseid)) {
|
||||
throw new moodle_exception('gradesneedregrading', 'grades', '', implode(', ', array_unique($regraderesult)));
|
||||
throw new moodle_exception('gradesneedregrading', 'grades');
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user