Skip to content

Commit

Permalink
MDL-23695 fixed yet another PAGE->context issue
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Aug 9, 2010
1 parent 428540d commit 8fb1c9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iplookup/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@

$PAGE->set_url('/iplookup/index.php', array('id'=>$ip, 'user'=>$user));
$PAGE->set_pagelayout('popup');
$PAGE->set_context(get_context_instance(CONTEXT_SYSTEM));

$info = array($ip);
$note = array();
Expand Down

0 comments on commit 8fb1c9a

Please sign in to comment.