diff options
Diffstat (limited to 'app/Module/TimelineChartModule.php')
| -rw-r--r-- | app/Module/TimelineChartModule.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/TimelineChartModule.php b/app/Module/TimelineChartModule.php index 0798a96ee2..1e8400d442 100644 --- a/app/Module/TimelineChartModule.php +++ b/app/Module/TimelineChartModule.php @@ -74,7 +74,7 @@ class TimelineChartModule extends AbstractModule implements ModuleChartInterface $this->getTitle(), route('timeline', [ 'xrefs[]' => $individual->getXref(), - 'ged' => $individual->getTree()->getName(), + 'ged' => $individual->getTree()->name(), ]), 'menu-chart-timeline', ['rel' => 'nofollow'] |
