aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/report.php
diff options
context:
space:
mode:
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 *