mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-09 11:24:35 +02:00
[ticket/16902] Fix PostgreSQL search TypeError
PHPBB3-16902
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user