]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/search.php
Fix for regressions: broken bounded search, error on country codes
[nominatim.git] / website / search.php
index 26f7b2a648bcebf530b57206eb61b9232ec3bdfe..e9f13632ad495caea70b5b873d613b69d5fae07c 100755 (executable)
@@ -55,7 +55,7 @@
                                        $aCountryCodes[] = strtolower($sCountryCode);
                                }
                        }
-                       $oGeocode->setCountryCodeList($aCountryCodes);
+                       $oGeocode->setCountryCodesList($aCountryCodes);
                }
 
                if (isset($aParams['viewboxlbrt']) && $aParams['viewboxlbrt'])