mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
keywords is a string...
git-svn-id: file:///svn/phpbb/trunk@6562 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
3d0759974b
commit
a5e32e5a94
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class fulltext_native extends search_backend
|
|||
}
|
||||
|
||||
$open_bracket = $space = false;
|
||||
for ($i = 0, $n = $keywords; $i < $n; $i++)
|
||||
for ($i = 0, $n = strlen($keywords); $i < $n; $i++)
|
||||
{
|
||||
if ($open_bracket !== false)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue