Support housenumber=0 in interpolations

This commit is contained in:
marc tobias
2019-03-03 20:44:22 +01:00
parent 2a4198f94d
commit 7d9dbd62c7
2 changed files with 21 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ class AddressDetails
$mLangPref = 'ARRAY['.join(',', array_map('getDBQuoted', $mLangPref)).']';
}
if (!$sHousenumber) {
if (!isset($sHousenumber)) {
$sHousenumber = -1;
}