From: Alexander Ebert Date: Fri, 26 Aug 2011 12:37:48 +0000 (+0200) Subject: Fixed an error with email authentication if error field is password X-Git-Tag: 2.0.0_Beta_1~1823 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=354c915980d1babe5777207548db0cb36fee1012;p=GitHub%2FWoltLab%2FWCF.git Fixed an error with email authentication if error field is password --- diff --git a/wcfsetup/install/files/lib/acp/form/LoginForm.class.php b/wcfsetup/install/files/lib/acp/form/LoginForm.class.php index 94e0d0134c..e8834aecd9 100755 --- a/wcfsetup/install/files/lib/acp/form/LoginForm.class.php +++ b/wcfsetup/install/files/lib/acp/form/LoginForm.class.php @@ -99,6 +99,8 @@ class LoginForm extends AbstractForm { throw $e2; } } + + throw $e; } else { throw $e;