mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-24 01:20:40 +01:00
[ticket/16227] Fix undefined vars on login
PHPBB3-16227
This commit is contained in:
parent
a8e2f4256b
commit
3be57cea04
@ -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())
|
||||
|
Loading…
x
Reference in New Issue
Block a user