diff options
author | brunoais <brunoaiss@gmail.com> | 2019-12-23 18:24:23 +0000 |
---|---|---|
committer | brunoais <brunoaiss@gmail.com> | 2019-12-23 18:31:18 +0000 |
commit | 9b6149d3ac0549543a40283d67a0ac2a656c4fa8 (patch) | |
tree | f0ddc5281ac8b31a438fda9bca621bc3f7fa9343 /phpBB/phpbb | |
parent | a83b8e779238b734575dd4a96a67ed1aabc704c1 (diff) | |
download | forums-9b6149d3ac0549543a40283d67a0ac2a656c4fa8.tar forums-9b6149d3ac0549543a40283d67a0ac2a656c4fa8.tar.gz forums-9b6149d3ac0549543a40283d67a0ac2a656c4fa8.tar.bz2 forums-9b6149d3ac0549543a40283d67a0ac2a656c4fa8.tar.xz forums-9b6149d3ac0549543a40283d67a0ac2a656c4fa8.zip |
[ticket/16262] Add unset variables to fulltext_native compact
PHPBB3-16262
Diffstat (limited to 'phpBB/phpbb')
-rw-r--r-- | phpBB/phpbb/search/fulltext_native.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/phpbb/search/fulltext_native.php b/phpBB/phpbb/search/fulltext_native.php index 295c2cf33c..cb0c98baa6 100644 --- a/phpBB/phpbb/search/fulltext_native.php +++ b/phpBB/phpbb/search/fulltext_native.php @@ -782,6 +782,8 @@ class fulltext_native extends \phpbb\search\base $must_not_contain_ids = $this->must_not_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 * |