summaryrefslogtreecommitdiff
path: root/app/Date/AbstractCalendarDate.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Date/AbstractCalendarDate.php')
-rw-r--r--app/Date/AbstractCalendarDate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Date/AbstractCalendarDate.php b/app/Date/AbstractCalendarDate.php
index 3fd5237cb3..8443f9628f 100644
--- a/app/Date/AbstractCalendarDate.php
+++ b/app/Date/AbstractCalendarDate.php
@@ -985,7 +985,7 @@ abstract class AbstractCalendarDate
'month' => $this->formatGedcomMonth(),
'day' => $this->formatGedcomDay(),
'view' => $view,
- 'ged' => $tree->getName(),
+ 'ged' => $tree->name(),
]);
}
}