mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[feature/sphinx-fulltext-search] remove unused property
Removes unused property $word_length PHPBB3-10946
This commit is contained in:
@@ -47,7 +47,6 @@ class phpbb_search_fulltext_sphinx
|
|||||||
private $dbtype;
|
private $dbtype;
|
||||||
private $user;
|
private $user;
|
||||||
private $config_file_data = '';
|
private $config_file_data = '';
|
||||||
public $word_length = array();
|
|
||||||
public $search_query;
|
public $search_query;
|
||||||
public $common_words = array();
|
public $common_words = array();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user