mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-05 16:27:38 +02:00
[feature/soft-delete] Fix some more topic/post count handling
Only disapproving in queue is missing. PHPBB3-9567
This commit is contained in:
@@ -895,7 +895,7 @@ class mcp_queue
|
||||
$disapprove_log = $disapprove_log_topics = $disapprove_log_posts = array();
|
||||
$topic_replies_real = $post_disapprove_list = array();
|
||||
|
||||
// Build a list of posts to be unapproved and get the related topics real replies count
|
||||
// Build a list of posts to be disapproved and get the related topics real replies count
|
||||
foreach ($post_info as $post_id => $post_data)
|
||||
{
|
||||
$post_disapprove_list[$post_id] = $post_data['topic_id'];
|
||||
|
Reference in New Issue
Block a user