mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/16262] Add unset variables to fulltext_native compact
PHPBB3-16262
This commit is contained in:
parent
a83b8e7792
commit
9b6149d3ac
1 changed files with 2 additions and 0 deletions
|
@ -782,6 +782,8 @@ class fulltext_native extends \phpbb\search\base
|
||||||
$must_not_contain_ids = $this->must_not_contain_ids;
|
$must_not_contain_ids = $this->must_not_contain_ids;
|
||||||
$must_contain_ids = $this->must_contain_ids;
|
$must_contain_ids = $this->must_contain_ids;
|
||||||
|
|
||||||
|
$sql_sort_table = $sql_sort_join = $sql_match = $sql_match_where = $sql_sort = '';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Allow changing the query used for counting for posts using fulltext_native
|
* Allow changing the query used for counting for posts using fulltext_native
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue