diff options
author | Dhruv <dhruv.goel92@gmail.com> | 2012-10-08 10:58:04 +0530 |
---|---|---|
committer | Dhruv <dhruv.goel92@gmail.com> | 2012-10-08 10:58:04 +0530 |
commit | 305abfde963e764d5e6be0c7b1c1b9496a2477b2 (patch) | |
tree | 2c7dc3f89d2cdc1789a9edc01919bb551dc6038b /phpBB | |
parent | be884b7e290edfaf5db189e6c3cf22024906f159 (diff) | |
download | forums-305abfde963e764d5e6be0c7b1c1b9496a2477b2.tar forums-305abfde963e764d5e6be0c7b1c1b9496a2477b2.tar.gz forums-305abfde963e764d5e6be0c7b1c1b9496a2477b2.tar.bz2 forums-305abfde963e764d5e6be0c7b1c1b9496a2477b2.tar.xz forums-305abfde963e764d5e6be0c7b1c1b9496a2477b2.zip |
[ticket/11051] fix spaces
PHPBB3-11051
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/search/fulltext_native.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/includes/search/fulltext_native.php b/phpBB/includes/search/fulltext_native.php index 1100484ebd..bbc2236b3c 100644 --- a/phpBB/includes/search/fulltext_native.php +++ b/phpBB/includes/search/fulltext_native.php @@ -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(); |