Skip to content

Commit

Permalink
Administration MDL-24247 fixed undefined variable typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nebgor committed Sep 21, 2010
1 parent 2248b99 commit 7412bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion login/forgot_password.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

$systemcontext = get_context_instance(CONTEXT_SYSTEM);
$PAGE->set_url('/login/forgot_password.php');
$PAGE->set_context($syscontext);
$PAGE->set_context($systemcontext);

// setup text strings
$strforgotten = get_string('passwordforgotten');
Expand Down

0 comments on commit 7412bd9

Please sign in to comment.