mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/11051] fix spaces
PHPBB3-11051
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user