mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11051] fix spaces
PHPBB3-11051
This commit is contained in:
parent
be884b7e29
commit
305abfde96
1 changed files with 3 additions and 3 deletions
|
@ -23,9 +23,9 @@ if (!defined('IN_PHPBB'))
|
|||
class phpbb_search_fulltext_native extends phpbb_search_base
|
||||
{
|
||||
protected $stats = array();
|
||||
protected $word_length = array();
|
||||
protected $search_query;
|
||||
protected $common_words = array();
|
||||
protected $word_length = array();
|
||||
protected $search_query;
|
||||
protected $common_words = array();
|
||||
|
||||
protected $must_contain_ids = array();
|
||||
protected $must_not_contain_ids = array();
|
||||
|
|
Loading…
Add table
Reference in a new issue