From 9b6149d3ac0549543a40283d67a0ac2a656c4fa8 Mon Sep 17 00:00:00 2001 From: brunoais Date: Mon, 23 Dec 2019 18:24:23 +0000 Subject: [ticket/16262] Add unset variables to fulltext_native compact PHPBB3-16262 --- phpBB/phpbb/search/fulltext_native.php | 2 ++ 1 file changed, 2 insertions(+) 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 * -- cgit v1.2.1