mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/16902] Fix PostgreSQL search TypeError
PHPBB3-16902
This commit is contained in:
parent
54fd71ea2e
commit
c75a9b772a
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class fulltext_postgres extends base implements search_backend_interface
|
|||
* Operators are prefixed in search query and common words excluded
|
||||
* @var string
|
||||
*/
|
||||
protected $search_query;
|
||||
protected $search_query = '';
|
||||
|
||||
/**
|
||||
* Contains common words.
|
||||
|
|
Loading…
Add table
Reference in a new issue