summaryrefslogtreecommitdiff
path: root/resources/views/modules/upcoming_events/table.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/modules/upcoming_events/table.phtml')
-rw-r--r--resources/views/modules/upcoming_events/table.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/modules/upcoming_events/table.phtml b/resources/views/modules/upcoming_events/table.phtml
index 0d69bb08d1..c14354c885 100644
--- a/resources/views/modules/upcoming_events/table.phtml
+++ b/resources/views/modules/upcoming_events/table.phtml
@@ -38,8 +38,8 @@
<td data-sort="<?= $fact->anniv ?>">
<?= $fact->anniv ?>
</td>
- <td data-sort="<?= $fact->getLabel() ?>">
- <?= $fact->getLabel() ?>
+ <td data-sort="<?= $fact->label() ?>">
+ <?= $fact->label() ?>
</td>
</tr>
<?php endforeach ?>