1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-09 19:26:53 +02:00

[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

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
* @var string
*/
protected $search_query;
protected $search_query = '';
/**
* Contains common words.