X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/6b65b9086b4434c6cc69bf4c8a3f778af5b91115..fbaca0c19e66dd8a5383104ca65c63b4b72c5309:/lib/template/address-xml.php
diff --git a/lib/template/address-xml.php b/lib/template/address-xml.php
index 75f69e15..fcd90b85 100644
--- a/lib/template/address-xml.php
+++ b/lib/template/address-xml.php
@@ -14,7 +14,7 @@
if (!sizeof($aPlace))
{
- if ($sError)
+ if (isset($sError))
echo "$sError";
else
echo "Unable to geocode";