1
0
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:
Joseph Warner
2013-09-02 16:52:24 -04:00
parent 29e3768ecc
commit ae18f921ea
4 changed files with 8 additions and 8 deletions

View File

@@ -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;