aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2010-01-17 16:48:58 +0000
committerHenry Sudhof <kellanved@phpbb.com>2010-01-17 16:48:58 +0000
commitf7f3471e3f2ee59bb1cc30641187b561f2224db3 (patch)
treefa39ffc8dd55507a0049060d27428bcf11b69736 /phpBB/includes
parentb4d8a0e538da4d357d246545d032a8907d7466c6 (diff)
downloadforums-f7f3471e3f2ee59bb1cc30641187b561f2224db3.tar
forums-f7f3471e3f2ee59bb1cc30641187b561f2224db3.tar.gz
forums-f7f3471e3f2ee59bb1cc30641187b561f2224db3.tar.bz2
forums-f7f3471e3f2ee59bb1cc30641187b561f2224db3.tar.xz
forums-f7f3471e3f2ee59bb1cc30641187b561f2224db3.zip
spaces
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10413 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/acp/acp_captcha.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_captcha.php b/phpBB/includes/acp/acp_captcha.php
index ade0a23eda..56a57e319c 100644
--- a/phpBB/includes/acp/acp_captcha.php
+++ b/phpBB/includes/acp/acp_captcha.php
@@ -56,7 +56,7 @@ class acp_captcha
'enable_post_confirm' => array('tpl' => 'POST_ENABLE', 'default' => false),
'confirm_refresh' => array('tpl' => 'CONFIRM_REFRESH', 'default' => false),
'max_reg_attempts' => array('tpl' => 'REG_LIMIT', 'default' => 0),
- 'max_login_attempts' => array('tpl' => 'MAX_LOGIN_ATTEMPTS', 'default' => 0),
+ 'max_login_attempts' => array('tpl' => 'MAX_LOGIN_ATTEMPTS', 'default' => 0),
);
$this->tpl_name = 'acp_captcha';