mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-12 03:34:04 +02:00
[ticket/9687] Fix ban message for banned users
PHPBB3-9687
This commit is contained in:
@@ -1170,7 +1170,7 @@ class session
|
||||
|
||||
if ($banned && !$return)
|
||||
{
|
||||
global $phpEx;
|
||||
global $config, $phpbb_root_path, $phpEx;
|
||||
|
||||
// Initiate environment ... since it won't be set at this stage
|
||||
$this->setup();
|
||||
|
Reference in New Issue
Block a user