forked from hans/Nominatim
Support housenumber=0 in interpolations
This commit is contained in:
@@ -17,7 +17,7 @@ class AddressDetails
|
||||
$mLangPref = 'ARRAY['.join(',', array_map('getDBQuoted', $mLangPref)).']';
|
||||
}
|
||||
|
||||
if (!$sHousenumber) {
|
||||
if (!isset($sHousenumber)) {
|
||||
$sHousenumber = -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user