summaryrefslogtreecommitdiff
path: root/resources/views/edit/reorder-names.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/edit/reorder-names.phtml')
-rw-r--r--resources/views/edit/reorder-names.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/edit/reorder-names.phtml b/resources/views/edit/reorder-names.phtml
index c8a5e6f836..743cc27ef2 100644
--- a/resources/views/edit/reorder-names.phtml
+++ b/resources/views/edit/reorder-names.phtml
@@ -17,7 +17,7 @@
<?= $fact->value() ?>
</h3>
<div class="card-body">
- <?= GedcomTag::getLabelValue('TYPE', GedcomCodeName::getValue($fact->getAttribute('TYPE'), $fact->record())) ?>
+ <?= GedcomTag::getLabelValue('TYPE', GedcomCodeName::getValue($fact->attribute('TYPE'), $fact->record())) ?>
</div>
</div>
<?php endforeach ?>