diff options
Diffstat (limited to 'phpBB/includes/search/fulltext_mysql.php')
-rw-r--r-- | phpBB/includes/search/fulltext_mysql.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/includes/search/fulltext_mysql.php b/phpBB/includes/search/fulltext_mysql.php index 3e904e22e5..0b12e7cea9 100644 --- a/phpBB/includes/search/fulltext_mysql.php +++ b/phpBB/includes/search/fulltext_mysql.php @@ -30,6 +30,7 @@ class fulltext_mysql extends search_backend var $stats = array(); var $word_length = array(); var $split_words = array(); + var $search_query; var $common_words = array(); function fulltext_mysql(&$error) |