[ticket/11174] removes unnecessary space from word

PHPBB3-11174
This commit is contained in:
Dhruv 2012-11-12 13:43:13 +01:00 committed by Oleg Pudeyev
parent 764da97772
commit 6e8f142d39

View file

@ -238,7 +238,7 @@ class phpbb_search_fulltext_mysql extends phpbb_search_base
}
else
{
$tmp_split_words[] = $word . ' ';
$tmp_split_words[] = $word;
}
}
if ($phrase)