1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

See if this plays out: do not require people to re-enter the CAPTCHA

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9591 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Henry Sudhof
2009-06-14 15:24:03 +00:00
parent 6424647f65
commit b60f96c4ec
2 changed files with 13 additions and 5 deletions

View File

@@ -183,7 +183,8 @@ class phpbb_default_captcha
function validate()
{
global $config, $db, $user;
$error = '';
$this->confirm_code = request_var('confirm_code', '');
if (!$this->confirm_id)
{