git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9874 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof 2009-07-27 13:19:06 +00:00
parent 9795ceef14
commit f0820bc442

View file

@ -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;