diff options
author | Dhruv Goel <dhruv.goel92@gmail.com> | 2012-07-10 02:33:02 +0530 |
---|---|---|
committer | Dhruv <dhruv.goel92@gmail.com> | 2012-07-12 17:32:04 +0530 |
commit | 2503581cd562b39a108821da85cc0175735e24a5 (patch) | |
tree | 889458a4d5a3116cc01637b20eda3c7600aacb80 /phpBB | |
parent | 0e9174d168a82bde16ec59d615e19b85a50cebcf (diff) | |
download | forums-2503581cd562b39a108821da85cc0175735e24a5.tar forums-2503581cd562b39a108821da85cc0175735e24a5.tar.gz forums-2503581cd562b39a108821da85cc0175735e24a5.tar.bz2 forums-2503581cd562b39a108821da85cc0175735e24a5.tar.xz forums-2503581cd562b39a108821da85cc0175735e24a5.zip |
[feature/sphinx-fulltext-search] add class properties indexes & sphinx
PHPBB3-10946
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/search/fulltext_sphinx.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/search/fulltext_sphinx.php b/phpBB/includes/search/fulltext_sphinx.php index 4c0adcd99e..4ace7c9753 100644 --- a/phpBB/includes/search/fulltext_sphinx.php +++ b/phpBB/includes/search/fulltext_sphinx.php @@ -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) { |