Skip to content

Commit

Permalink
fix caln issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jyyblue committed Jun 27, 2020
1 parent a40cd89 commit e8c4033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/Importer/RepoRef.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static function read(\PhpGedcom\Record\RepoRef $reporef, $group='', $grou
}

// store Caln
$caln = $reporef->getData();
$caln = $reporef->getCaln();
if($caln && count($caln) > 0) {
foreach($caln as $item) {
if($item) {
Expand Down

0 comments on commit e8c4033

Please sign in to comment.