diff options
Diffstat (limited to '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  		*  | 
