aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-08-14 10:11:34 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-08-14 10:11:34 +0000
commit7c6229784bd2f451f3addcac211507289fa5b712 (patch)
tree9e89a0c8b0c4498ee9194a24d6b1c9ed8a8896ea /phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php
parent918e66758795f744092fce2d423f6d43bb00b7c0 (diff)
downloadforums-7c6229784bd2f451f3addcac211507289fa5b712.tar
forums-7c6229784bd2f451f3addcac211507289fa5b712.tar.gz
forums-7c6229784bd2f451f3addcac211507289fa5b712.tar.bz2
forums-7c6229784bd2f451f3addcac211507289fa5b712.tar.xz
forums-7c6229784bd2f451f3addcac211507289fa5b712.zip
add back links
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9976 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.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php b/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php
index 3634869a06..bd965fb10e 100644
--- a/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php
+++ b/phpBB/includes/captcha/plugins/phpbb_recaptcha_plugin.php
@@ -117,6 +117,7 @@ class phpbb_recaptcha extends phpbb_default_captcha
$template->assign_vars(array(
'CAPTCHA_PREVIEW' => $this->get_demo_template($id),
'CAPTCHA_NAME' => $this->get_class_name(),
+ 'U_ACTION' => $module->u_action,
));
}