Index: /branches/1.8/login/forgot_password.php
===================================================================
--- /branches/1.8/login/forgot_password.php (revision 1)
+++ /branches/1.8/login/forgot_password.php (revision 20)
@@ -109,5 +109,5 @@
 
             // send email (make sure mail block is off)
-            $user->mailstop = 0;
+            $user->emailstop = 0;
             if (!send_password_change_confirmation_email($user)) {
                 error('error sending password change confirmation email');
@@ -116,5 +116,5 @@
         } else {
             // send email (make sure mail block is off)
-            $user->mailstop = 0;
+            $user->emailstop = 0;
             if (!send_password_change_info($user)) {
                 error('error sending password change confirmation email');
@@ -149,4 +149,3 @@
 
 print_footer();
-
 ?>
