cgdsoftware / php-gedcom

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

Wrong data conversion in the PhpGedcom\Writer\Indi\Even #7

Closed dench0 closed 3 years ago

dench0 commented 3 years ago

String concatenation in the PhpGedcom\Writer\Indi\Even class causing exception:

Recoverable fatal error: Object of class PhpGedcom\Record\Date could not be converted to string in PhpGedcom\Writer\Indi\Even::convert() (line 47 of /var/www/html/vendor/genealogiawebsite/php-gedcom/library/PhpGedcom/Writer/Indi/Even.php). 
PhpGedcom\Writer\Indi\Even::convert(Object, 2) (Line: 64)
PhpGedcom\Writer\Indi::convert(Object) (Line: 85)
PhpGedcom\Writer::convert(Object) (Line: 92)