mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:45:22 +02:00
git-svn-id: file:///svn/phpbb/trunk@8080 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@ -504,7 +504,7 @@ function move_posts($post_ids, $topic_id, $auto_sync = true)
|
||||
|
||||
sync('topic_reported', 'topic_id', $topic_ids);
|
||||
sync('topic_attachment', 'topic_id', $topic_ids);
|
||||
sync('topic', 'topic_id', $topic_ids, true);
|
||||
sync('topic', 'topic_id', $topic_ids, true, true);
|
||||
sync('forum', 'forum_id', $forum_ids, true, true);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user