1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-25 20:45:16 +02:00

[ticket/9687] Make unbanning work again

PHPBB3-9687
This commit is contained in:
Marc Alexander
2023-07-29 23:11:08 +02:00
parent 872439b8f4
commit cf26a30030

View File

@ -139,7 +139,7 @@ class acp_ban
}
else if ($unbansubmit)
{
$ban = $request->variable('unban', []);
$ban = $request->variable('unban', ['']);
if ($ban)
{