diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-02-15 21:08:11 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-02-16 14:26:05 +0000 |
| commit | 39ca88ba08cefcfcaf891abfcf748f9c808eb326 (patch) | |
| tree | 09fb6844b1e44eeb1755671f00317f914644231b /resources/views/statistics/families/top10-nolist-spouses.phtml | |
| parent | 888ddf4f75ad7e5e5b322ccfa329fb24ddc9af04 (diff) | |
| download | webtrees-39ca88ba08cefcfcaf891abfcf748f9c808eb326.tar.gz webtrees-39ca88ba08cefcfcaf891abfcf748f9c808eb326.tar.bz2 webtrees-39ca88ba08cefcfcaf891abfcf748f9c808eb326.zip | |
Rename functions getFoo() to foo() and return collections instead of arrays
Diffstat (limited to 'resources/views/statistics/families/top10-nolist-spouses.phtml')
| -rw-r--r-- | resources/views/statistics/families/top10-nolist-spouses.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/statistics/families/top10-nolist-spouses.phtml b/resources/views/statistics/families/top10-nolist-spouses.phtml index 50a09aac07..32f4a883ee 100644 --- a/resources/views/statistics/families/top10-nolist-spouses.phtml +++ b/resources/views/statistics/families/top10-nolist-spouses.phtml @@ -9,5 +9,5 @@ use Fisharebest\Webtrees\Family; <?php foreach ($records as $record): ?> <?php $family = $record['family']; ?> - <a href="<?= e($family->url()) ?>"><?= $family->getFullName() ?></a> (<?= $record['age'] ?>) + <a href="<?= e($family->url()) ?>"><?= $family->fullName() ?></a> (<?= $record['age'] ?>) <?php endforeach; ?> |
