mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16940] Optimize phpBB Native Search
PHPBB3-16940
This commit is contained in:
parent
6389a57633
commit
a4302d9fa5
1 changed files with 1 additions and 2 deletions
|
@ -397,9 +397,8 @@ abstract class base implements search_backend_interface
|
||||||
if (count($ids))
|
if (count($ids))
|
||||||
{
|
{
|
||||||
$this->index_remove($ids, $posters, $forum_ids);
|
$this->index_remove($ids, $posters, $forum_ids);
|
||||||
|
$post_counter = $ids[count($ids) - 1];
|
||||||
}
|
}
|
||||||
|
|
||||||
$post_counter = $ids[count($ids) - 1];
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($post_counter < $max_post_id)
|
if ($post_counter < $max_post_id)
|
||||||
|
|
Loading…
Add table
Reference in a new issue