mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-12517 - fix typo in the last commit.
This commit is contained in:
parent
7567447034
commit
36ffa395f9
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
if ($data = data_submitted() and confirm_sesskey() and has_capability('moodle/grade:edit', $context)) {
|
||||||
$warnings = $report->process_data($data);
|
$warnings = $report->process_data($data);
|
||||||
} else {
|
} else {
|
||||||
$warings = array();
|
$warnings = array();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue