aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-07-16 10:17:20 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-07-16 10:17:20 +0000
commit7a5db8b55d163ae4b0b0bd433362dbbe8cbbfdf4 (patch)
treee1c14b62b889e06a3e13b626f73bedd2e736e845 /phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php
parent69fb835a29363b38d89b419c5b8cd9a5cb9941d9 (diff)
downloadforums-7a5db8b55d163ae4b0b0bd433362dbbe8cbbfdf4.tar
forums-7a5db8b55d163ae4b0b0bd433362dbbe8cbbfdf4.tar.gz
forums-7a5db8b55d163ae4b0b0bd433362dbbe8cbbfdf4.tar.bz2
forums-7a5db8b55d163ae4b0b0bd433362dbbe8cbbfdf4.tar.xz
forums-7a5db8b55d163ae4b0b0bd433362dbbe8cbbfdf4.zip
assign vars
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9762 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php')
-rw-r--r--phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php b/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php
index bd8fbce0fa..41ce242e91 100644
--- a/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php
+++ b/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php
@@ -133,6 +133,8 @@ class phpbb_recaptcha extends phpbb_default_captcha
'RECAPTCHA_PUBKEY' => isset($config['recaptcha_pubkey']) ? $config['recaptcha_pubkey'] : '',
'RECAPTCHA_ERRORGET' => '',
'S_RECAPTCHA_AVAILABLE' => $this->is_available(),
+ 'S_CONFIRM_CODE' => true,
+ 'S_TYPE' => $this->type,
));
return 'captcha_recaptcha.html';