aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_captcha.php
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-06-23 13:22:05 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-06-23 13:22:05 +0000
commit4279658e1ffeab6cf4c5989ba5a88685a6927c4b (patch)
treee1746a9a09c074d12e6ce10f3b324f347f112f67 /phpBB/includes/acp/acp_captcha.php
parent6c9ddcf1df1d4255867ef1d34eb4498ba908338c (diff)
downloadforums-4279658e1ffeab6cf4c5989ba5a88685a6927c4b.tar
forums-4279658e1ffeab6cf4c5989ba5a88685a6927c4b.tar.gz
forums-4279658e1ffeab6cf4c5989ba5a88685a6927c4b.tar.bz2
forums-4279658e1ffeab6cf4c5989ba5a88685a6927c4b.tar.xz
forums-4279658e1ffeab6cf4c5989ba5a88685a6927c4b.zip
meh
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9660 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acp/acp_captcha.php')
-rw-r--r--phpBB/includes/acp/acp_captcha.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/acp/acp_captcha.php b/phpBB/includes/acp/acp_captcha.php
index 74e0521e12..2fc8fe7486 100644
--- a/phpBB/includes/acp/acp_captcha.php
+++ b/phpBB/includes/acp/acp_captcha.php
@@ -121,8 +121,8 @@ class acp_captcha
}
$template->assign_vars(array(
- 'CAPTCHA_PREVIEW' => $demo_captcha->get_demo_template($id),
- 'CAPTCHA_SELECT' => $captcha_select,
+ 'CAPTCHA_PREVIEW_TPL' => $demo_captcha->get_demo_template($id),
+ 'CAPTCHA_SELECT' => $captcha_select,
));
}
}