aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,
));
}
}