Fixed an error with email authentication if error field is password
authorAlexander Ebert <ebert@woltlab.com>
Fri, 26 Aug 2011 12:37:48 +0000 (14:37 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 26 Aug 2011 12:37:48 +0000 (14:37 +0200)
wcfsetup/install/files/lib/acp/form/LoginForm.class.php

index 94e0d0134c709b99074c01a7830f8947a5e2cd53..e8834aecd95434dad89f1ec22e0c76df8d888671 100755 (executable)
@@ -99,6 +99,8 @@ class LoginForm extends AbstractForm {
                                                throw $e2;
                                        }
                                }
+                               
+                               throw $e;
                        }
                        else {
                                throw $e;