mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
check changed to allow for undefined lang entries. Proposed by a_jelly_donut
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9898 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
edc82a6ce7
commit
a718e22a31
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ class ucp_register
|
|||
if ($config['enable_confirm'])
|
||||
{
|
||||
$vc_response = $captcha->validate($data);
|
||||
if ($vc_response)
|
||||
if ($vc_response !== false)
|
||||
{
|
||||
$error[] = $vc_response;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue