summaryrefslogtreecommitdiff
path: root/app/Module/FactSourcesReportModule.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Module/FactSourcesReportModule.php')
-rw-r--r--app/Module/FactSourcesReportModule.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/FactSourcesReportModule.php b/app/Module/FactSourcesReportModule.php
index 4556e4bb3c..d0fff28c94 100644
--- a/app/Module/FactSourcesReportModule.php
+++ b/app/Module/FactSourcesReportModule.php
@@ -66,7 +66,7 @@ class FactSourcesReportModule extends AbstractModule implements ModuleReportInte
{
return new Menu(
$this->getTitle(),
- route('report-setup', ['ged' => $tree->getName(),
+ route('report-setup', ['ged' => $tree->name(),
'report' => $this->getName(),
]),
'menu-report-' . $this->getName(),