aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2012-08-10 16:28:38 +0530
committerDhruv <dhruv.goel92@gmail.com>2012-11-09 15:54:30 +0100
commitfd20e73b74aab478ec4bc8cfad4a0d42d0740767 (patch)
tree6cd02644f09b6aee8d6427a94121edd065f68caa /phpBB/includes
parent505a7133490450015c7d5e35fe7ca0d2da338d3c (diff)
downloadforums-fd20e73b74aab478ec4bc8cfad4a0d42d0740767.tar
forums-fd20e73b74aab478ec4bc8cfad4a0d42d0740767.tar.gz
forums-fd20e73b74aab478ec4bc8cfad4a0d42d0740767.tar.bz2
forums-fd20e73b74aab478ec4bc8cfad4a0d42d0740767.tar.xz
forums-fd20e73b74aab478ec4bc8cfad4a0d42d0740767.zip
[ticket/11050] remove common_words property from sphinx
common_words property is never used in sphinx class hence removed. PHPBB3-11050
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/search/fulltext_sphinx.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/phpBB/includes/search/fulltext_sphinx.php b/phpBB/includes/search/fulltext_sphinx.php
index 5082e511dc..5324580272 100644
--- a/phpBB/includes/search/fulltext_sphinx.php
+++ b/phpBB/includes/search/fulltext_sphinx.php
@@ -112,13 +112,6 @@ class phpbb_search_fulltext_sphinx
public $search_query;
/**
- * Contains common words
- * common words are words with length less/more than min/max length
- * @var array
- */
- public $common_words = array();
-
- /**
* Constructor
* Creates a new phpbb_search_fulltext_postgres, which is used as a search backend.
*