assign vars

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9762 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof 2009-07-16 10:17:20 +00:00
parent 69fb835a29
commit 7a5db8b55d

View file

@ -133,6 +133,8 @@ class phpbb_recaptcha extends phpbb_default_captcha
'RECAPTCHA_PUBKEY' => isset($config['recaptcha_pubkey']) ? $config['recaptcha_pubkey'] : '',
'RECAPTCHA_ERRORGET' => '',
'S_RECAPTCHA_AVAILABLE' => $this->is_available(),
'S_CONFIRM_CODE' => true,
'S_TYPE' => $this->type,
));
return 'captcha_recaptcha.html';