X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8d4a86635fe661717a17fe3bb7ff2cde8a784158..f5718ed909f1ff93d238f2c3fac2429a420efbfa:/lib/template/search-xml.php diff --git a/lib/template/search-xml.php b/lib/template/search-xml.php index 94bb7ec9..f67ba33b 100644 --- a/lib/template/search-xml.php +++ b/lib/template/search-xml.php @@ -116,7 +116,7 @@ foreach ($aSearchResults as $iResNum => $aResult) { echo '>'; } echo "\n"; - foreach ($aResult['address'] as $sKey => $sValue) { + foreach ($aResult['address']->getAddressNames() as $sKey => $sValue) { $sKey = str_replace(' ', '_', $sKey); echo "<$sKey>"; echo htmlspecialchars($sValue);