Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vytux-com committed Jul 16, 2015
1 parent 9c33f36 commit 74fa3ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module.php
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ public function getTabContent() {
}
}
if (isset($pedi) && $pedi != 'birth') {
$label = '<span class="cousins_pedi">' . webtrees\GedcomCodePedi::getValue($pedi, $record) . '</span>';
$label = '<span class="cousins_pedi">' . webtrees\GedcomCode\GedcomCodePedi::getValue($pedi, $record) . '</span>';
}
if ($cousinParentFamily != $prev_fam_id) {
$prev_fam_id = $cousinParentFamily;
Expand Down

0 comments on commit 74fa3ad

Please sign in to comment.