mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11566] Rename var to $visual_confirmation_response
PHPBB3-11566
This commit is contained in:
parent
434d14e1d5
commit
88b5180aa1
1 changed files with 3 additions and 3 deletions
|
@ -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 *
|
||||||
|
|
Loading…
Add table
Reference in a new issue