1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 12:03:21 +01:00

[ticket/11051] fix spaces

PHPBB3-11051
This commit is contained in:
Dhruv 2012-10-08 10:58:04 +05:30
parent be884b7e29
commit 305abfde96

View File

@ -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();