1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-19 07:00:14 +01:00

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander 2020-10-05 18:08:53 +02:00
commit 19080b2d08
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -413,7 +413,7 @@ class ucp_register
$user_id = user_add($user_row, $cp_data);
// This should not happen, because the required variables are listed above...
if ($user_id === false)
if ((bool) $user_id === false)
{
trigger_error('NO_USER', E_USER_ERROR);
}