[ticket/11566] Rename var to $visual_confirmation_response

PHPBB3-11566
This commit is contained in:
Dhruv 2013-06-22 03:54:21 +05:30
parent 434d14e1d5
commit 88b5180aa1

View file

@ -146,10 +146,10 @@ $s_hidden_fields = '';
// Submit report? // Submit report?
if ($submit && $reason_id) if ($submit && $reason_id)
{ {
$vc_response = $captcha->validate(); $visual_confirmation_response = $captcha->validate();
if ($vc_response) if ($visual_confirmation_response)
{ {
$error[] = $vc_response; $error[] = $visual_confirmation_response;
} }
$sql = 'SELECT * $sql = 'SELECT *