diff --git a/src/FamilyEditor.php b/src/FamilyEditor.php index 41e69e57a4..2d2534e7e7 100644 --- a/src/FamilyEditor.php +++ b/src/FamilyEditor.php @@ -256,6 +256,7 @@ ->setCity($sCity) ->setState($sState) ->setZip($sZip) + ->setCountry($sCountry) ->setHomePhone($sHomePhone) ->setWorkPhone($sWorkPhone) ->setCellPhone($sCellPhone)