mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 06:51:08 +02:00
typo
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9874 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -156,7 +156,7 @@ class phpbb_recaptcha extends phpbb_default_captcha
|
|||||||
{
|
{
|
||||||
$hidden_fields = array();
|
$hidden_fields = array();
|
||||||
|
|
||||||
// this is required for postig.php - otherwise we would forget about the captcha being already solved
|
// this is required for posting.php - otherwise we would forget about the captcha being already solved
|
||||||
if ($this->solved)
|
if ($this->solved)
|
||||||
{
|
{
|
||||||
$hidden_fields['confirm_code'] = $this->confirm_code;
|
$hidden_fields['confirm_code'] = $this->confirm_code;
|
||||||
|
Reference in New Issue
Block a user