]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-12517 - fix typo in the last commit.
authortjhunt <tjhunt>
Tue, 18 Dec 2007 14:57:03 +0000 (14:57 +0000)
committertjhunt <tjhunt>
Tue, 18 Dec 2007 14:57:03 +0000 (14:57 +0000)
grade/report/grader/index.php

index f749be7ff46ca581b6a3de0c21df597a628fe663..d07423f9b09b490dbc0ec98d02c55a2dfd197adc 100644 (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();
 }