summaryrefslogtreecommitdiff
path: root/app/Module/DescendancyChartModule.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Module/DescendancyChartModule.php')
-rw-r--r--app/Module/DescendancyChartModule.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/DescendancyChartModule.php b/app/Module/DescendancyChartModule.php
index f074aa8886..27a59ef9c5 100644
--- a/app/Module/DescendancyChartModule.php
+++ b/app/Module/DescendancyChartModule.php
@@ -63,7 +63,7 @@ class DescendancyChartModule extends AbstractModule implements ModuleChartInterf
$this->getTitle(),
'descendancy.php?rootid=' . $individual->getXref() . '&ged=' . $individual->getTree()->getNameUrl(),
'menu-chart-descendants',
- array('rel' => 'nofollow')
+ ['rel' => 'nofollow']
);
}