aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/session.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/session.php b/phpBB/includes/session.php
index 55d9d6d603..f8e5c7aa66 100644
--- a/phpBB/includes/session.php
+++ b/phpBB/includes/session.php
@@ -468,7 +468,7 @@ class user extends session
function setup($lang_set = false, $style = false)
{
- global $db, $template, $config, $auth, $phpEx, $phpbb_root_path, $lang, $help;
+ global $db, $template, $config, $auth, $phpEx, $phpbb_root_path;
if ($this->data['user_id'] != ANONYMOUS)
{