1
0
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:
Joas Schilling
2012-10-23 15:30:52 +02:00
parent fec72c4b78
commit 43e6b3a921
4 changed files with 9 additions and 20 deletions

View File

@@ -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'];