diff options
Diffstat (limited to 'phpBB/phpbb/user.php')
-rw-r--r-- | phpBB/phpbb/user.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/phpBB/phpbb/user.php b/phpBB/phpbb/user.php index 21d156e060..60cc85e46c 100644 --- a/phpBB/phpbb/user.php +++ b/phpBB/phpbb/user.php @@ -342,10 +342,6 @@ class user extends \phpbb\session $this->img_lang = $this->lang_name; - // Call phpbb_user_session_handler() in case external application want to "bend" some variables or replace classes... - // After calling it we continue script execution... - phpbb_user_session_handler(); - /** * Execute code at the end of user setup * |