1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

[feature/sphinx-fulltext-search] add class properties indexes & sphinx

PHPBB3-10946
This commit is contained in:
Dhruv Goel
2012-07-10 02:33:02 +05:30
committed by Dhruv
parent 0e9174d168
commit 2503581cd5

View File

@@ -44,6 +44,8 @@ class phpbb_search_fulltext_sphinx
var $search_query;
var $common_words = array();
var $id;
var $indexes;
var $sphinx;
public function __construct(&$error)
{