Skip to content

Commit

Permalink
MDL-74649 course: render scale information using page popup layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulholden committed Jun 9, 2022
1 parent 5500d14 commit 3d7c732
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions course/scales.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
$url->param('scaleid', $scaleid);
}
$PAGE->set_url($url);
$PAGE->set_pagelayout('popup');

$context = null;
if ($course = $DB->get_record('course', array('id'=>$id))) {
Expand Down

0 comments on commit 3d7c732

Please sign in to comment.