Skip to content

Commit

Permalink
Merge pull request #108 from net-ninja/patch-1
Browse files Browse the repository at this point in the history
5654 Update password_reminder.php, removed unneeded, thx net-ninja
  • Loading branch information
ATutor committed Mar 19, 2016
2 parents e2cc51d + d74f117 commit 5ba3481
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions password_reminder.php
Expand Up @@ -96,7 +96,6 @@

if ($_REQUEST['h'] != $hash_bit) {
$msg->addError('INVALID_LINK');
$savant->display('password_reminder_feedback.tmpl.php');
} else if (($_REQUEST['h'] == $hash_bit) && !isset($_POST['form_change'])) {
$savant->assign('id', $_REQUEST['id']);
$savant->assign('g', $_REQUEST['g']);
Expand Down Expand Up @@ -178,4 +177,4 @@
}


?>
?>

0 comments on commit 5ba3481

Please sign in to comment.