mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02:00
[feature/soft-delete] Topic visibility is already synced by sync('topic')
PHPBB3-9567
This commit is contained in:
@@ -314,7 +314,6 @@ class acp_forums
|
|||||||
$end = $start + $batch_size;
|
$end = $start + $batch_size;
|
||||||
|
|
||||||
// Sync all topics in batch mode...
|
// 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);
|
sync('topic', 'range', 'topic_id BETWEEN ' . $start . ' AND ' . $end, true, true);
|
||||||
|
|
||||||
if ($end < $row2['max_topic_id'])
|
if ($end < $row2['max_topic_id'])
|
||||||
|
Reference in New Issue
Block a user