mirror of
https://github.com/phpbb/phpbb.git
synced 2025-03-13 20:28:44 +01:00
cleanup... :P
git-svn-id: file:///svn/phpbb/trunk@4846 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
3800a1d3c3
commit
85c25a5b17
@ -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)
|
||||
{
|
||||
|
@ -19,9 +19,6 @@ include($phpbb_root_path . 'includes/functions_admin.'.$phpEx);
|
||||
include($phpbb_root_path . 'includes/functions_posting.'.$phpEx);
|
||||
include($phpbb_root_path . 'includes/message_parser.'.$phpEx);
|
||||
|
||||
$lang_set = array(
|
||||
'file' => array('posting')
|
||||
);
|
||||
|
||||
// Start session management
|
||||
$user->start();
|
||||
|
Loading…
x
Reference in New Issue
Block a user