aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r--phpBB/posting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php
index ff4fae614e..013e4da633 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -1250,7 +1250,7 @@ if ($config['enable_post_confirm'] && !$user->data['is_registered'] && $solved_c
$template->assign_vars(array(
'S_CONFIRM_CODE' => true,
- 'CONFIRM' => $captcha->get_template(),
+ 'CAPTCHA_TEMPLATE' => $captcha->get_template(),
));
}