mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
Merge branch '3.3.x'
This commit is contained in:
@@ -269,7 +269,7 @@ class mcp_ban
|
|||||||
}
|
}
|
||||||
else if ($post_id)
|
else if ($post_id)
|
||||||
{
|
{
|
||||||
$post_info = phpbb_get_post_data($post_id, 'm_ban');
|
$post_info = phpbb_get_post_data(array($post_id), 'm_ban');
|
||||||
|
|
||||||
if (count($post_info) && !empty($post_info[$post_id]))
|
if (count($post_info) && !empty($post_info[$post_id]))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user