summaryrefslogtreecommitdiff
path: root/app/Module/StatisticsChartModule.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Module/StatisticsChartModule.php')
-rw-r--r--app/Module/StatisticsChartModule.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/StatisticsChartModule.php b/app/Module/StatisticsChartModule.php
index 627263448e..1520750c4d 100644
--- a/app/Module/StatisticsChartModule.php
+++ b/app/Module/StatisticsChartModule.php
@@ -72,7 +72,7 @@ class StatisticsChartModule extends AbstractModule implements ModuleChartInterfa
{
return new Menu(
$this->getTitle(),
- route('statistics', ['ged' => $individual->getTree()->getName()]),
+ route('statistics', ['ged' => $individual->getTree()->name()]),
'menu-chart-statistics',
['rel' => 'nofollow']
);