Skip to content

Commit

Permalink
Fixing misnamed variable in forgot password link in login block
Browse files Browse the repository at this point in the history
  • Loading branch information
mjollnir_ committed Nov 17, 2005
1 parent 50d7a3a commit 25c741d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/login/block_login.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function get_content () {
$forgot = $wwwroot . '/login/forgot_password.php';
}
else {
$changepassword = $CFG->changepassword;
$forgot = $CFG->changepassword;
}
}
}
Expand Down

0 comments on commit 25c741d

Please sign in to comment.