aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-06-23 12:10:50 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-06-23 12:10:50 +0000
commit6c9ddcf1df1d4255867ef1d34eb4498ba908338c (patch)
tree649f047559f0e610031b2785f3846a1b13e7059a /phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php
parent6dec355d1cb0e139fc0cff6af67588d7e5735823 (diff)
downloadforums-6c9ddcf1df1d4255867ef1d34eb4498ba908338c.tar
forums-6c9ddcf1df1d4255867ef1d34eb4498ba908338c.tar.gz
forums-6c9ddcf1df1d4255867ef1d34eb4498ba908338c.tar.bz2
forums-6c9ddcf1df1d4255867ef1d34eb4498ba908338c.tar.xz
forums-6c9ddcf1df1d4255867ef1d34eb4498ba908338c.zip
fix previews
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9659 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 50a456179b..bd8fbce0fa 100644
--- a/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php
+++ b/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php
@@ -107,7 +107,7 @@ class phpbb_recaptcha extends phpbb_default_captcha
}
$template->assign_vars(array(
- 'CAPTCHA_PREVIEW' => $this->get_demo_template(),
+ 'CAPTCHA_PREVIEW' => $this->get_demo_template($id),
'CAPTCHA_NAME' => $this->get_class_name(),
));