X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/08f77067cb4b32c91f991924ff718a0508f0fbef..62dbbbede6ac6b75d0bd75a0d21016bcdfc61742:/lib/SearchDescription.php diff --git a/lib/SearchDescription.php b/lib/SearchDescription.php index 702e7dea..edf4d059 100644 --- a/lib/SearchDescription.php +++ b/lib/SearchDescription.php @@ -465,7 +465,7 @@ class SearchDescription if ($aFilteredPlaceIDs) { $aNewResults = array(); foreach ($aFilteredPlaceIDs as $iPlaceId) { - $aNewResults[$iPlaceId] = $aResults[$iPLaceId]; + $aNewResults[$iPlaceId] = $aResults[$iPlaceId]; } $aResults = $aNewResults; if (CONST_Debug) {