aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/auth/auth_db.php8
1 files changed, 4 insertions, 4 deletions
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();
+ }
}