diff --git a/password_reminder.php b/password_reminder.php index 59817327c..b56cc839d 100644 --- a/password_reminder.php +++ b/password_reminder.php @@ -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']); @@ -178,4 +177,4 @@ } -?> \ No newline at end of file +?>