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/modules/lightbox/tab.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/modules/lightbox/tab.phtml')
| -rw-r--r-- | resources/views/modules/lightbox/tab.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/modules/lightbox/tab.phtml b/resources/views/modules/lightbox/tab.phtml index db243f652e..ebc6df3930 100644 --- a/resources/views/modules/lightbox/tab.phtml +++ b/resources/views/modules/lightbox/tab.phtml @@ -6,7 +6,7 @@ <?php endforeach ?> <figcaption class="figure-caption wt-album-tab-caption"> <a href="<?= e($media->url()) ?>"> - <?= $media->getFullName() ?> + <?= $media->fullName() ?> </a> </figcaption> </figure> |
