mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10630] Use sql_like_expression() method instead of hardcoded LIKE '%x%' [ticket/10630] Perform array_unique on authors array before creating the query
This commit is contained in:
@@ -708,7 +708,7 @@ class phpbb_search_fulltext_mysql extends phpbb_search_base
|
||||
*/
|
||||
function index_remove($post_ids, $author_ids, $forum_ids)
|
||||
{
|
||||
$this->destroy_cache(array(), $author_ids);
|
||||
$this->destroy_cache(array(), array_unique($author_ids));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user