1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

cleanup... :P

git-svn-id: file:///svn/phpbb/trunk@4846 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2004-02-28 21:24:52 +00:00
parent 3800a1d3c3
commit 85c25a5b17
2 changed files with 1 additions and 4 deletions

View File

@@ -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)
{