aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2012-10-08 10:58:04 +0530
committerDhruv <dhruv.goel92@gmail.com>2012-10-08 10:58:04 +0530
commit305abfde963e764d5e6be0c7b1c1b9496a2477b2 (patch)
tree2c7dc3f89d2cdc1789a9edc01919bb551dc6038b /phpBB
parentbe884b7e290edfaf5db189e6c3cf22024906f159 (diff)
downloadforums-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.php6
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();