diff options
Diffstat (limited to 'calendar.php')
| -rw-r--r-- | calendar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar.php b/calendar.php index 9ffeeb1ba3..8fcd7bfcba 100644 --- a/calendar.php +++ b/calendar.php @@ -640,7 +640,7 @@ function calendar_list_text($list, $tag1, $tag2, $show_sex_symbols) { $html = ''; foreach ($list as $id => $facts) { - $tmp = GedcomRecord::getInstance($id, $WT_TREE); + $tmp = GedcomRecord::getInstance($id, $WT_TREE); $html .= $tag1 . '<a href="' . $tmp->getHtmlUrl() . '">' . $tmp->getFullName() . '</a> '; if ($show_sex_symbols && $tmp instanceof Individual) { switch ($tmp->getSex()) { |
