mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[feature/oauth] More small fixes
PHPBB3-11673
This commit is contained in:
@@ -417,7 +417,7 @@ class ucp_register
|
||||
}
|
||||
|
||||
// Perform account linking if necessary
|
||||
if ($login_link_data !== array())
|
||||
if (!empty($login_link_data))
|
||||
{
|
||||
$login_link_data['user_id'] = $user_id;
|
||||
|
||||
|
Reference in New Issue
Block a user