aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/report.php
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2013-06-22 04:07:21 +0530
committerDhruv <dhruv.goel92@gmail.com>2013-07-01 21:49:04 +0530
commit4ad1d9aa6530ebe1d554909a978b9ee124377625 (patch)
tree20a8fe8064252930c7ccc1f8269f397b3eaec731 /phpBB/report.php
parent88b5180aa11ba90f37d598737bb46a054382042f (diff)
downloadforums-4ad1d9aa6530ebe1d554909a978b9ee124377625.tar
forums-4ad1d9aa6530ebe1d554909a978b9ee124377625.tar.gz
forums-4ad1d9aa6530ebe1d554909a978b9ee124377625.tar.bz2
forums-4ad1d9aa6530ebe1d554909a978b9ee124377625.tar.xz
forums-4ad1d9aa6530ebe1d554909a978b9ee124377625.zip
[ticket/11566] Use the new constant CONFIRM_REPORT for captcha init
PHPBB3-11566
Diffstat (limited to 'phpBB/report.php')
-rw-r--r--phpBB/report.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/report.php b/phpBB/report.php
index 4fecaf4046..f89a18fa8e 100644
--- a/phpBB/report.php
+++ b/phpBB/report.php
@@ -137,7 +137,7 @@ if ($config['enable_post_confirm'] && !$user->data['is_registered'])
{
include($phpbb_root_path . 'includes/captcha/captcha_factory.' . $phpEx);
$captcha =& phpbb_captcha_factory::get_instance($config['captcha_plugin']);
- $captcha->init(CONFIRM_POST);
+ $captcha->init(CONFIRM_REPORT);
}
$error = array();