diff --git a/phpBB/includes/auth/auth_db.php b/phpBB/includes/auth/auth_db.php index 10dcbe1c27..e533f4db77 100644 --- a/phpBB/includes/auth/auth_db.php +++ b/phpBB/includes/auth/auth_db.php @@ -81,10 +81,10 @@ function login_db(&$username, &$password) 'user_row' => $row, ); } - else - { - $captcha->reset(); - } + else + { + $captcha->reset(); + } }