diff --git a/app/Gedcom.php b/app/Gedcom.php index 29f22618527..b9881765ba0 100644 --- a/app/Gedcom.php +++ b/app/Gedcom.php @@ -573,7 +573,7 @@ private function gedcom551Tags(): array 'INDI:*:WWW' => new AddressWebPage(I18N::translate('URL')), 'INDI:ADOP' => new Adoption(I18N::translate('Adoption')), 'INDI:ADOP:DATE' => new DateValue(I18N::translate('Date of adoption')), - 'INDI:ADOP:FAMC' => new XrefFamily(I18N::translate('Adoptive parents')), + 'INDI:ADOP:FAMC' => new XrefFamily(I18N::translate('Adoptive parents'), ['ADOP' => '0:1']), 'INDI:ADOP:FAMC:ADOP' => new AdoptedByWhichParent(I18N::translate('Adoption')), 'INDI:ADOP:PLAC' => new PlaceName(I18N::translate('Place of adoption')), 'INDI:AFN' => new AncestralFileNumber(I18N::translate('Ancestral file number')),