1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-13 20:28:44 +01:00

[ticket/16940] Optimize phpBB Native Search

PHPBB3-16940
This commit is contained in:
Dark❶ 2021-12-14 16:26:39 +05:30
parent c7856ce162
commit fad1c652c0
No known key found for this signature in database
GPG Key ID: B5C35684F456E634

View File

@ -339,9 +339,8 @@ class acp_search
if (count($ids))
{
$this->search->index_remove($ids, $posters, $forum_ids);
$post_counter = $ids[count($ids) - 1];
}
$post_counter = $ids[count($ids) - 1];
}
// save the current state
$this->save_state();