1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-01-18 22:58:10 +01:00

[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?
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 *