Skip to content

Commit

Permalink
Merge branch 'MDL-74649-311' of https://github.com/paulholden/moodle
Browse files Browse the repository at this point in the history
…into MOODLE_311_STABLE
  • Loading branch information
junpataleta committed Jun 14, 2022
2 parents 1662bae + d80a7c4 commit 170a125
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions course/scales.php
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 170a125

Please sign in to comment.