mirror of
https://github.com/moodle/moodle.git
synced 2025-06-02 06:05:31 +02:00
rating MDL-23805 added set_context() call
This commit is contained in:
parent
9765051209
commit
c8e142dd3c
@ -40,6 +40,8 @@ if ($sort !== 0) {
|
||||
$url->param('sort', $sort);
|
||||
}
|
||||
$PAGE->set_url($url);
|
||||
$PAGE->set_context($context);
|
||||
|
||||
if ($popup) {
|
||||
$PAGE->set_pagelayout('popup');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user