mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/16758] Initialize search_query property with an empty string
PHPBB3-16758
This commit is contained in:
@@ -59,7 +59,7 @@ class fulltext_mysql 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