mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 11:01:48 +02:00
[ticket/11566] Rename var to $visual_confirmation_response
PHPBB3-11566
This commit is contained in:
@@ -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 *
|
||||||
|
Reference in New Issue
Block a user