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:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user