forked from hans/Nominatim
check for correct array for country codes
fixes trac ticket 5427
This commit is contained in:
@@ -252,7 +252,7 @@ class Geocode
|
||||
$aCountries[] = strtolower($sCountryCode);
|
||||
}
|
||||
}
|
||||
if (isset($aCountryCodes))
|
||||
if (isset($aCountries))
|
||||
$this->aCountryCodes = $aCountries;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user