mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/11050] remove common_words property from sphinx
common_words property is never used in sphinx class hence removed. PHPBB3-11050
This commit is contained in:
@@ -111,13 +111,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.
|
||||
|
Reference in New Issue
Block a user