mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-25 09:30:46 +02:00
[ticket/11050] make all properties protected in all search backends
PHPBB-11050
This commit is contained in:
@@ -118,7 +118,7 @@ class phpbb_search_fulltext_sphinx
|
||||
* Operators are prefixed in search query and common words excluded
|
||||
* @var string
|
||||
*/
|
||||
public $search_query;
|
||||
protected $search_query;
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
|
Reference in New Issue
Block a user