diff options
Diffstat (limited to 'phpBB/includes/acp/acp_forums.php')
-rw-r--r-- | phpBB/includes/acp/acp_forums.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_forums.php b/phpBB/includes/acp/acp_forums.php index 7ae04848d6..0c9e93540d 100644 --- a/phpBB/includes/acp/acp_forums.php +++ b/phpBB/includes/acp/acp_forums.php @@ -1309,7 +1309,7 @@ class acp_forums { // Delete ghost topics that link back to the same forum then resync counters sync('topic_moved'); - sync('forum', 'forum_id', $to_id); + sync('forum', 'forum_id', $to_id, false, true); } return array(); |