diff options
Diffstat (limited to 'app/Module/InteractiveTreeModule.php')
| -rw-r--r-- | app/Module/InteractiveTreeModule.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/InteractiveTreeModule.php b/app/Module/InteractiveTreeModule.php index 261fda0aa0..c93261bb05 100644 --- a/app/Module/InteractiveTreeModule.php +++ b/app/Module/InteractiveTreeModule.php @@ -116,7 +116,7 @@ class InteractiveTreeModule extends AbstractModule implements ModuleTabInterface 'module' => $this->getName(), 'action' => 'Treeview', 'xref' => $individual->getXref(), - 'ged' => $individual->getTree()->getName(), + 'ged' => $individual->getTree()->name(), ]), 'menu-chart-tree', ['rel' => 'nofollow'] |
