mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.3.x'
This commit is contained in:
commit
c89c8c92cd
1 changed files with 1 additions and 0 deletions
|
@ -2264,6 +2264,7 @@ function login_box($redirect = '', $l_explain = '', $l_success = '', $admin = fa
|
||||||
|
|
||||||
$err = '';
|
$err = '';
|
||||||
$form_name = 'login';
|
$form_name = 'login';
|
||||||
|
$username = $autologin = false;
|
||||||
|
|
||||||
// Make sure user->setup() has been called
|
// Make sure user->setup() has been called
|
||||||
if (!$user->is_setup())
|
if (!$user->is_setup())
|
||||||
|
|
Loading…
Add table
Reference in a new issue