MDL-12517 - fix typo in the last commit.

This commit is contained in:
tjhunt
2007-12-18 14:57:05 +00:00
parent 7293bdf4cb
commit 5db5737b4f
+1 -1
View File
@@ -126,7 +126,7 @@ $report = new grade_report_grader($courseid, $gpr, $context, $page, $sortitemid)
if ($data = data_submitted() and confirm_sesskey() and has_capability('moodle/grade:edit', $context)) {
$warnings = $report->process_data($data);
} else {
$warings = array();
$warnings = array();
}