From 932e16dfd3d3140e7d6d2cba6f212bcefcfd0b54 Mon Sep 17 00:00:00 2001 From: David M Date: Fri, 23 Feb 2007 14:52:16 +0000 Subject: [PATCH] #8074 git-svn-id: file:///svn/phpbb/trunk@7041 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/search/fulltext_native.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/search/fulltext_native.php b/phpBB/includes/search/fulltext_native.php index 30dc779078..5ff0c3c566 100755 --- a/phpBB/includes/search/fulltext_native.php +++ b/phpBB/includes/search/fulltext_native.php @@ -321,7 +321,7 @@ class fulltext_native extends search_backend } else { - $this->common_words[] = $row['word_text']; + $this->common_words[] = $word; } } else