[ticket/16902] Fix PostgreSQL search TypeError

PHPBB3-16902
This commit is contained in:
rxu 2022-01-15 13:16:57 +07:00
parent 54fd71ea2e
commit c75a9b772a
No known key found for this signature in database
GPG key ID: 955F0567380E586A

View file

@ -65,7 +65,7 @@ class fulltext_postgres extends base implements search_backend_interface
* Operators are prefixed in search query and common words excluded * Operators are prefixed in search query and common words excluded
* @var string * @var string
*/ */
protected $search_query; protected $search_query = '';
/** /**
* Contains common words. * Contains common words.