mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-15 10:57:58 +00:00
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user