cgdsoftware / php-gedcom

A library for reading and writing GEDCOM files in PHP.
https://www.facebook.com/familytree365
MIT License
24 stars 12 forks source link

Fix PhpGedcom\Writer\Indi\Famc wrong function invocation #5

Closed dench0 closed 3 years ago

dench0 commented 3 years ago

Wrong function name invocation in the PhpGedcom\Writer\Indi\Famc class causing exception:

Exception: Unknown PhpGedcom\Record\Indi\Famc::fams in PhpGedcom\Record->__call() (line 80 of /var/www/html/vendor/genealogiawebsite/php-gedcom/library/PhpGedcom/Record.php). 
PhpGedcom\Record->__call('getFams', Array) (Line: 29)
PhpGedcom\Writer\Indi\Famc::convert(Object, 1) (Line: 159)
PhpGedcom\Writer\Indi::convert(Object) (Line: 85)
PhpGedcom\Writer::convert(Object) (Line: 91)