1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-18 23:51:49 +02:00
git-svn-id: file:///svn/phpbb/trunk@7041 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M
2007-02-23 14:52:16 +00:00
parent e855a348e3
commit 932e16dfd3

View File

@@ -321,7 +321,7 @@ class fulltext_native extends search_backend
} }
else else
{ {
$this->common_words[] = $row['word_text']; $this->common_words[] = $word;
} }
} }
else else