aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-08-20 14:42:38 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-08-20 14:42:38 +0000
commit20ace274d6b6d370fde9aad6d85cc57740fcfbf1 (patch)
tree015d978b3a6c51e8b84a17d89773c324006c4762 /phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php
parent497326b043db926c61bcadc41b240b28a5fba227 (diff)
downloadforums-20ace274d6b6d370fde9aad6d85cc57740fcfbf1.tar
forums-20ace274d6b6d370fde9aad6d85cc57740fcfbf1.tar.gz
forums-20ace274d6b6d370fde9aad6d85cc57740fcfbf1.tar.bz2
forums-20ace274d6b6d370fde9aad6d85cc57740fcfbf1.tar.xz
forums-20ace274d6b6d370fde9aad6d85cc57740fcfbf1.zip
#50025
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10034 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, 1 insertions, 1 deletions
diff --git a/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php b/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php
index bd965fb10e..89d44826d8 100644
--- a/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php
+++ b/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php
@@ -168,7 +168,7 @@ class phpbb_recaptcha extends phpbb_default_captcha
// this is required for posting.php - otherwise we would forget about the captcha being already solved
if ($this->solved)
{
- $hidden_fields['confirm_code'] = $this->confirm_code;
+ $hidden_fields['confirm_code'] = $this->code;
}
$hidden_fields['confirm_id'] = $this->confirm_id;
return $hidden_fields;