MDL-12517 - fix typo in the last commit.

This commit is contained in:
tjhunt 2007-12-18 14:57:03 +00:00
parent 7567447034
commit 36ffa395f9

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();
}