aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/mcp.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/mcp.php b/phpBB/mcp.php
index c3627e3d60..8915456d56 100644
--- a/phpBB/mcp.php
+++ b/phpBB/mcp.php
@@ -1157,6 +1157,7 @@ switch ($mode)
sync('topic', 'topic_id', $topic_id_list);
sync('reported', 'topic_id', $topic_id_list);
+ sync('topic_attachment', 'topic_id', $topic_id_list);
meta_refresh(3, $redirect_page);