Skip to content

Commit

Permalink
MDL-71610 gradereport_grader: Specify the pagelayout for grader report
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Oct 1, 2021
1 parent 1146c69 commit 4562ea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grade/report/grader/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@

$PAGE->set_url(new moodle_url('/grade/report/grader/index.php', array('id'=>$courseid)));
$PAGE->requires->yui_module('moodle-gradereport_grader-gradereporttable', 'Y.M.gradereport_grader.init', null, null, true);
$PAGE->set_pagelayout('report');

// basic access checks
if (!$course = $DB->get_record('course', array('id' => $courseid))) {
Expand Down

0 comments on commit 4562ea0

Please sign in to comment.