aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/report.php
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2013-06-22 03:54:21 +0530
committerDhruv <dhruv.goel92@gmail.com>2013-07-01 21:49:02 +0530
commit88b5180aa11ba90f37d598737bb46a054382042f (patch)
tree7426118c94c8768c77ac0a6d8b668d781c408b74 /phpBB/report.php
parent434d14e1d5c2341584c9d5cfd93840f3eb1a6941 (diff)
downloadforums-88b5180aa11ba90f37d598737bb46a054382042f.tar
forums-88b5180aa11ba90f37d598737bb46a054382042f.tar.gz
forums-88b5180aa11ba90f37d598737bb46a054382042f.tar.bz2
forums-88b5180aa11ba90f37d598737bb46a054382042f.tar.xz
forums-88b5180aa11ba90f37d598737bb46a054382042f.zip
[ticket/11566] Rename var to $visual_confirmation_response
PHPBB3-11566
Diffstat (limited to 'phpBB/report.php')
-rw-r--r--phpBB/report.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/report.php b/phpBB/report.php
index b876b5c94f..4fecaf4046 100644
--- a/phpBB/report.php
+++ b/phpBB/report.php
@@ -146,10 +146,10 @@ $s_hidden_fields = '';
// Submit report?
if ($submit && $reason_id)
{
- $vc_response = $captcha->validate();
- if ($vc_response)
+ $visual_confirmation_response = $captcha->validate();
+ if ($visual_confirmation_response)
{
- $error[] = $vc_response;
+ $error[] = $visual_confirmation_response;
}
$sql = 'SELECT *