fix operator type assignment

Fixes #1084.
This commit is contained in:
Sarah Hoffmann
2018-07-20 22:27:27 +02:00
parent 03039ebfa8
commit 3433ec306e

View File

@@ -125,7 +125,7 @@ class TokenList
$iId, $iId,
$aWord['class'], $aWord['class'],
$aWord['type'], $aWord['type'],
$aWord['operator'] ? Operator::NONE : Operator::NEAR $aWord['operator'] ? Operator::NEAR : Operator::NONE
); );
} }
} elseif ($aWord['country_code']) { } elseif ($aWord['country_code']) {