Skip to content

Commit

Permalink
user-securitykeys MDL-22861 Fixed navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Jun 22, 2010
1 parent 1e7d864 commit 5c26e7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion user/managetoken.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
$PAGE->set_url('/user/managetoken.php');
$PAGE->set_title(get_string('securitykeys', 'webservice'));
$PAGE->set_heading(get_string('securitykeys', 'webservice'));
$PAGE->set_context(get_system_context());
$PAGE->set_pagelayout('standard');

require_login();
require_sesskey();
Expand Down Expand Up @@ -89,7 +91,6 @@
}
}


// PAGE OUTPUT
echo $OUTPUT->header();
if (!empty($resetconfirmation)) {
Expand Down

0 comments on commit 5c26e7b

Please sign in to comment.