mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 16:56:44 +02:00
[ticket/16758] Initialize search_query property with an empty string
PHPBB3-16758
This commit is contained in:
@@ -41,7 +41,7 @@ class fulltext_postgres extends base implements search_backend_interface
|
||||
* Stores the tsearch query
|
||||
* @var string
|
||||
*/
|
||||
protected $tsearch_query;
|
||||
protected $tsearch_query = '';
|
||||
|
||||
/**
|
||||
* True if phrase search is supported.
|
||||
|
Reference in New Issue
Block a user