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
c7856ce162
commit
fad1c652c0
1 changed files with 1 additions and 2 deletions
|
@ -339,10 +339,9 @@ class acp_search
|
||||||
if (count($ids))
|
if (count($ids))
|
||||||
{
|
{
|
||||||
$this->search->index_remove($ids, $posters, $forum_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
|
// save the current state
|
||||||
$this->save_state();
|
$this->save_state();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue