rating MDL-23805 added set_context() call

This commit is contained in:
Andrew Davis 2010-08-17 03:43:13 +00:00
parent 9765051209
commit c8e142dd3c

View File

@ -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');
}