mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/11050] fix split words doc block language
PHPBB3-11050
This commit is contained in:
@@ -29,7 +29,7 @@ class phpbb_search_fulltext_mysql extends phpbb_search_base
|
||||
protected $stats = array();
|
||||
|
||||
/**
|
||||
* Holds the words entered by user splitted in array
|
||||
* Holds the words entered by user, obtained by splitting the entered query on whitespace
|
||||
* @var array
|
||||
*/
|
||||
protected $split_words = array();
|
||||
|
@@ -29,7 +29,7 @@ class phpbb_search_fulltext_postgres extends phpbb_search_base
|
||||
protected $stats = array();
|
||||
|
||||
/**
|
||||
* Holds the words entered by user splitted in array
|
||||
* Holds the words entered by user, obtained by splitting the entered query on whitespace
|
||||
* @var array
|
||||
*/
|
||||
protected $split_words = array();
|
||||
|
@@ -35,7 +35,7 @@ class phpbb_search_fulltext_sphinx
|
||||
protected $stats = array();
|
||||
|
||||
/**
|
||||
* Holds the words entered by user splitted in array
|
||||
* Holds the words entered by user, obtained by splitting the entered query on whitespace
|
||||
* @var array
|
||||
*/
|
||||
protected $split_words = array();
|
||||
|
Reference in New Issue
Block a user