summaryrefslogtreecommitdiff
path: root/resources/views/modules/todays_events/list.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/modules/todays_events/list.phtml')
-rw-r--r--resources/views/modules/todays_events/list.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/modules/todays_events/list.phtml b/resources/views/modules/todays_events/list.phtml
index a3796f2450..2926991a3e 100644
--- a/resources/views/modules/todays_events/list.phtml
+++ b/resources/views/modules/todays_events/list.phtml
@@ -13,7 +13,7 @@
<?= $fact->label() . ' — ' . $fact->date()->display(true); ?>
<?= ' (' . I18N::timeAgo($fact->anniv * 365 * 24 * 60 * 60) . ')'; ?>
<?php if (!$fact->place()->isEmpty()) : ?>
- <?= ' — <a href="' . e($fact->place()->url()) . '">' . $fact->place()->getFullName() . '</a>'; ?>
+ <?= ' — <a href="' . e($fact->place()->url()) . '">' . $fact->place()->fullName() . '</a>'; ?>
<?php endif ?>
</div>
<?php endforeach ?>