mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
typo
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9874 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
9795ceef14
commit
f0820bc442
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ class phpbb_recaptcha extends phpbb_default_captcha
|
|||
{
|
||||
$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)
|
||||
{
|
||||
$hidden_fields['confirm_code'] = $this->confirm_code;
|
||||
|
|
Loading…
Add table
Reference in a new issue