fix variable names

This commit is contained in:
Sarah Hoffmann 2017-10-06 22:01:52 +02:00
parent 5029101048
commit 73e737d775

View File

@ -859,7 +859,7 @@ class Geocode
}
}
if ((!$aCurrentSearch['sPostcode'] && !$aSearch['aAddress'] && !$aSearch['aAddressNonSearch'])
if ((!$aCurrentSearch['sPostcode'] && !$aCurrentSearch['aAddress'] && !$aCurrentSearch['aAddressNonSearch'])
&& (!sizeof($aCurrentSearch['aName']) || $aCurrentSearch['iNamePhrase'] == $iPhrase)) {
$aSearch = $aCurrentSearch;
$aSearch['iSearchRank'] += 1;