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:
@ -139,7 +139,7 @@ class acp_ban
|
||||
}
|
||||
else if ($unbansubmit)
|
||||
{
|
||||
$ban = $request->variable('unban', []);
|
||||
$ban = $request->variable('unban', ['']);
|
||||
|
||||
if ($ban)
|
||||
{
|
||||
|
Reference in New Issue
Block a user