mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[feature/soft-delete] Fix several problems in the forum mcp
PHPBB3-9567
This commit is contained in:
@@ -199,7 +199,7 @@ if (!$post_id)
|
||||
$module->set_display('warn', 'warn_post', false);
|
||||
}
|
||||
|
||||
if ($mode == '' || $mode == 'unapproved_topics' || $mode == 'unapproved_posts')
|
||||
if ($mode == '' || $mode == 'unapproved_topics' || $mode == 'unapproved_posts' || $mode == 'deleted_posts')
|
||||
{
|
||||
$module->set_display('queue', 'approve_details', false);
|
||||
}
|
||||
|
Reference in New Issue
Block a user