mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[feature/sphinx-fulltext-search] remove unused property
Removes unused property $word_length PHPBB3-10946
This commit is contained in:
parent
6547989225
commit
cec9f7d54e
1 changed files with 0 additions and 1 deletions
|
@ -47,7 +47,6 @@ class phpbb_search_fulltext_sphinx
|
|||
private $dbtype;
|
||||
private $user;
|
||||
private $config_file_data = '';
|
||||
public $word_length = array();
|
||||
public $search_query;
|
||||
public $common_words = array();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue