Skip to content

Commit

Permalink
rating MDL-23805 added set_context() call
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Davis committed Aug 17, 2010
1 parent 9765051 commit c8e142d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rating/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@
$url->param('sort', $sort);
}
$PAGE->set_url($url);
$PAGE->set_context($context);

if ($popup) {
$PAGE->set_pagelayout('popup');
}
Expand Down

0 comments on commit c8e142d

Please sign in to comment.