mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
MDL-74649 course: render scale information using page popup layout.
This commit is contained in:
parent
5500d143f4
commit
3d7c732b36
@ -35,6 +35,7 @@ if ($scaleid !== 0) {
|
||||
$url->param('scaleid', $scaleid);
|
||||
}
|
||||
$PAGE->set_url($url);
|
||||
$PAGE->set_pagelayout('popup');
|
||||
|
||||
$context = null;
|
||||
if ($course = $DB->get_record('course', array('id'=>$id))) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user