diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-11-11 06:39:15 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-11-18 09:14:42 +0000 |
| commit | 3425616e7e9a1626a6133477162e0355f4782fa6 (patch) | |
| tree | cc6278d3696559fc0fcf2bc4b681c0cf36346044 /resources/views/edit/reorder-names.phtml | |
| parent | 84586c024c68dbfa3b15df636ed2b74037428442 (diff) | |
| download | webtrees-3425616e7e9a1626a6133477162e0355f4782fa6.tar.gz webtrees-3425616e7e9a1626a6133477162e0355f4782fa6.tar.bz2 webtrees-3425616e7e9a1626a6133477162e0355f4782fa6.zip | |
Rename Fact::getAttribute() to attribute()
Diffstat (limited to 'resources/views/edit/reorder-names.phtml')
| -rw-r--r-- | resources/views/edit/reorder-names.phtml | 2 |
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 ?> |
