summaryrefslogtreecommitdiff
path: root/app/Functions/FunctionsCharts.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Functions/FunctionsCharts.php')
-rw-r--r--app/Functions/FunctionsCharts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Functions/FunctionsCharts.php b/app/Functions/FunctionsCharts.php
index 175ffc05e0..9b9829e8b1 100644
--- a/app/Functions/FunctionsCharts.php
+++ b/app/Functions/FunctionsCharts.php
@@ -198,7 +198,7 @@ class FunctionsCharts
echo '</tr></table>';
echo '<br>';
if ($sosa && $family->canShow()) {
- foreach ($family->getFacts(WT_EVENTS_MARR) as $fact) {
+ foreach ($family->facts(WT_EVENTS_MARR) as $fact) {
echo '<a href="', e($family->url()), '" class="details1">';
echo $fact->summary();
echo '</a>';