1
0
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:
Marc Alexander
2023-08-06 13:59:43 +02:00
parent 54bb32bba5
commit e54d54488c
3 changed files with 14 additions and 6 deletions

View File

@@ -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();