1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 06:51:33 +02:00

[ticket/9687] Properly display error messages in ACP

PHPBB3-9687
This commit is contained in:
Marc Alexander
2023-07-29 23:10:51 +02:00
parent 1a4e6fe3e8
commit 872439b8f4
6 changed files with 38 additions and 26 deletions

View File

@@ -1136,7 +1136,7 @@ class session
*/
function check_ban($user_id = false, $user_ips = false, $user_email = false, $return = false)
{
global $db, $phpbb_container, $phpbb_dispatcher;
global $phpbb_container, $phpbb_dispatcher;
if (defined('IN_CHECK_BAN') || defined('SKIP_CHECK_BAN'))
{