From 4279658e1ffeab6cf4c5989ba5a88685a6927c4b Mon Sep 17 00:00:00 2001 From: Henry Sudhof Date: Tue, 23 Jun 2009 13:22:05 +0000 Subject: [PATCH] meh git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9660 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/acp/acp_captcha.php | 4 ++-- 1 file 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, )); } }