MDL-49324 grades: Remove old variable usage

This commit is contained in:
Andrew Nicols 2016-01-29 15:03:57 +08:00
parent 47f084c6a1
commit bb4d057662

View File

@ -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');
}
}