1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

Merge pull request #5783 from brunoais/ticket/16262

Ticket/16262 compact() calls with undefined variables causing error page
This commit is contained in:
Marc Alexander
2019-12-30 08:37:08 +01:00
3 changed files with 8 additions and 2 deletions

View File

@@ -788,6 +788,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
*