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 8b2abde4f5..bd619a9ffe 100644 --- a/phpBB/includes/search/fulltext_mysql.php +++ b/phpBB/includes/search/fulltext_mysql.php @@ -160,6 +160,7 @@ class fulltext_mysql extends search_backend if (sizeof($this->split_words)) { $this->split_words = array_values($this->split_words); + sort($this->split_words); return true; } return false; |
