X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e90087a063698139beb087f24c068ce04171e8bf..cd37227a3c08c2078037278c6e2ad9c4dd550df8:/lib/Geocode.php diff --git a/lib/Geocode.php b/lib/Geocode.php index 8b94e549..80561d27 100644 --- a/lib/Geocode.php +++ b/lib/Geocode.php @@ -1789,7 +1789,7 @@ } else { - $aResult['sExtraTags'] = array(); + $aResult['sExtraTags'] = (object) array(); } } @@ -1801,7 +1801,7 @@ } else { - $aResult['sNameDetails'] = array(); + $aResult['sNameDetails'] = (object) array(); } }