X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/c3233cb9512105d65442a40260cf16d8688d76a5..73fdf5fae2755ba8c0170ff4b7ebce0aab5c08a4:/lib/template/address-xml.php diff --git a/lib/template/address-xml.php b/lib/template/address-xml.php index 450f8fb5..fcd90b85 100644 --- a/lib/template/address-xml.php +++ b/lib/template/address-xml.php @@ -8,13 +8,13 @@ echo "\n"; if (!sizeof($aPlace)) { - if ($sError) + if (isset($sError)) echo "$sError"; else echo "Unable to geocode";