aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-11-28 21:24:42 +0100
committerMarc Alexander <admin@m-a-styles.de>2019-11-28 21:24:42 +0100
commit3837d2cfee07ee79d3be1f9e4c94f309654fbdb8 (patch)
tree7c434bb4411560f3852f233f1df88c0a09f67ff2 /phpBB
parentac6676a1445bacf0df51c9ebaf91fa69f4535ba0 (diff)
parent3be57cea04fcf5e27a6de1e0c82c2beb70816aba (diff)
downloadforums-3837d2cfee07ee79d3be1f9e4c94f309654fbdb8.tar
forums-3837d2cfee07ee79d3be1f9e4c94f309654fbdb8.tar.gz
forums-3837d2cfee07ee79d3be1f9e4c94f309654fbdb8.tar.bz2
forums-3837d2cfee07ee79d3be1f9e4c94f309654fbdb8.tar.xz
forums-3837d2cfee07ee79d3be1f9e4c94f309654fbdb8.zip
Merge pull request #5749 from 3D-I/ticket/16227
[ticket/16227] Fix undefined vars on login
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php
index c1f77a817b..994323531a 100644
--- a/phpBB/includes/functions.php
+++ b/phpBB/includes/functions.php
@@ -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())