diff --git a/Model/Push.php b/Model/Push.php index abb2a9596..6c3fff0bd 100644 --- a/Model/Push.php +++ b/Model/Push.php @@ -353,7 +353,7 @@ private function extractAddress($addressType) // Add the addition (like 'A') if it exists if (isset($address['addition'])) { - $address['street'] .= $address['addition']; + $address['street'] .= ' ' .$address['addition']; unset($address['addition']); } unset($address['housenumber']);