summaryrefslogtreecommitdiff
path: root/resources/views/media-list-page.phtml
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2018-11-11 19:37:38 +0000
committerGreg Roach <fisharebest@webtrees.net>2018-11-18 09:14:44 +0000
commit7d0db6487d7b511ca7b3b66dc7ed8174893963ca (patch)
treeeaefb2a33a9647da6c01edcd2f815dbedc708dbd /resources/views/media-list-page.phtml
parentf4afa648fcb1eff2558e414d35a921dbfbf02078 (diff)
downloadwebtrees-7d0db6487d7b511ca7b3b66dc7ed8174893963ca.tar.gz
webtrees-7d0db6487d7b511ca7b3b66dc7ed8174893963ca.tar.bz2
webtrees-7d0db6487d7b511ca7b3b66dc7ed8174893963ca.zip
Rename GedcomRecord::getGedcom() to gedcom()
Diffstat (limited to 'resources/views/media-list-page.phtml')
-rw-r--r--resources/views/media-list-page.phtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/views/media-list-page.phtml b/resources/views/media-list-page.phtml
index aa2bbc6368..d10b4f59cd 100644
--- a/resources/views/media-list-page.phtml
+++ b/resources/views/media-list-page.phtml
@@ -128,8 +128,8 @@
if ($mediatype) {
echo GedcomTag::getLabelValue('TYPE', GedcomTag::getFileFormTypeValue($mediatype));
}
- echo FunctionsPrintFacts::printFactSources($tree, $media_object->getGedcom(), 1);
- echo FunctionsPrint::printFactNotes($tree, $media_object->getGedcom(), 1);
+ echo FunctionsPrintFacts::printFactSources($tree, $media_object->gedcom(), 1);
+ echo FunctionsPrint::printFactNotes($tree, $media_object->gedcom(), 1);
if ($media_file->isExternal()) {
echo GedcomTag::getLabelValue('URL', $media_file->filename());
} elseif ($media_file->fileExists()) {