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

Merge branch '3.3.x'

This commit is contained in:
Marc Alexander
2019-11-28 21:24:47 +01:00

View File

@@ -2264,6 +2264,7 @@ function login_box($redirect = '', $l_explain = '', $l_success = '', $admin = fa
$err = '';
$form_name = 'login';
$username = $autologin = false;
// Make sure user->setup() has been called
if (!$user->is_setup())