1
0
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:
rubencm
2021-04-15 21:41:24 +02:00
parent c0f031ba3a
commit 257f59ed66
4 changed files with 4 additions and 4 deletions

View File

@@ -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.