X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/35df2bb75eae78f38b347f26862fa4cb8284d574..c9453d16814c961d7f2b2666ecb8c1d9ba752fd8:/lib/Geocode.php diff --git a/lib/Geocode.php b/lib/Geocode.php index 54e738ff..4ed90dc2 100644 --- a/lib/Geocode.php +++ b/lib/Geocode.php @@ -252,7 +252,7 @@ class Geocode $aCountries[] = strtolower($sCountryCode); } } - if (isset($aCountryCodes)) + if (isset($aCountries)) $this->aCountryCodes = $aCountries; }