mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-28 10:40:28 +02:00
[ticket/16758] Initialize search_query property with an empty string
PHPBB3-16758
This commit is contained in:
@@ -137,7 +137,7 @@ class fulltext_sphinx implements search_backend_interface
|
||||
* Operators are prefixed in search query and common words excluded
|
||||
* @var string
|
||||
*/
|
||||
protected $search_query;
|
||||
protected $search_query = '';
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
|
Reference in New Issue
Block a user