mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/soft-delete] Topic visibility is already synced by sync('topic')
PHPBB3-9567
This commit is contained in:
parent
e447a0fa07
commit
9441774288
1 changed files with 0 additions and 1 deletions
|
@ -314,7 +314,6 @@ class acp_forums
|
|||
$end = $start + $batch_size;
|
||||
|
||||
// Sync all topics in batch mode...
|
||||
sync('topic_visibility', 'range', 'topic_id BETWEEN ' . $start . ' AND ' . $end, true, false);
|
||||
sync('topic', 'range', 'topic_id BETWEEN ' . $start . ' AND ' . $end, true, true);
|
||||
|
||||
if ($end < $row2['max_topic_id'])
|
||||
|
|
Loading…
Add table
Reference in a new issue