aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
author3D-I <480857+3D-I@users.noreply.github.com>2019-11-25 23:09:37 +0100
committer3D-I <480857+3D-I@users.noreply.github.com>2019-11-25 23:09:37 +0100
commit3be57cea04fcf5e27a6de1e0c82c2beb70816aba (patch)
treecac0720cf2b1d84909e898197d0395800d098a68 /phpBB/includes
parenta8e2f4256b0f1330db8eb799bb26624cf185c6d4 (diff)
downloadforums-3be57cea04fcf5e27a6de1e0c82c2beb70816aba.tar
forums-3be57cea04fcf5e27a6de1e0c82c2beb70816aba.tar.gz
forums-3be57cea04fcf5e27a6de1e0c82c2beb70816aba.tar.bz2
forums-3be57cea04fcf5e27a6de1e0c82c2beb70816aba.tar.xz
forums-3be57cea04fcf5e27a6de1e0c82c2beb70816aba.zip
[ticket/16227] Fix undefined vars on login
PHPBB3-16227
Diffstat (limited to 'phpBB/includes')
-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())