mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:28:55 +00:00
[ticket/9687] Make unbanning work again
PHPBB3-9687
This commit is contained in:
parent
872439b8f4
commit
cf26a30030
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ class acp_ban
|
||||||
}
|
}
|
||||||
else if ($unbansubmit)
|
else if ($unbansubmit)
|
||||||
{
|
{
|
||||||
$ban = $request->variable('unban', []);
|
$ban = $request->variable('unban', ['']);
|
||||||
|
|
||||||
if ($ban)
|
if ($ban)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue