summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2014-01-25 16:14:24 +0000
committerGreg Roach <fisharebest@gmail.com>2014-01-25 16:14:24 +0000
commit05574e4222ef483a9c30a3488218bad7de88100c (patch)
treee476ba3cdaec1b7c12fdb6022904e040891bbb3e
parentbda04417b3faf574e34e583750bee01f26a1a9c3 (diff)
downloadwebtrees-05574e4222ef483a9c30a3488218bad7de88100c.tar.gz
webtrees-05574e4222ef483a9c30a3488218bad7de88100c.tar.bz2
webtrees-05574e4222ef483a9c30a3488218bad7de88100c.zip
New name code - media objects
-rw-r--r--library/WT/Media.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/WT/Media.php b/library/WT/Media.php
index 6d57ef9224..891d2348c2 100644
--- a/library/WT/Media.php
+++ b/library/WT/Media.php
@@ -434,7 +434,7 @@ class WT_Media extends WT_GedcomRecord {
}
// Get an array of structures containing all the names in the record
- public function getAllNames() {
+ public function extractNames() {
// Earlier gedcom versions had level 1 titles
// Later gedcom versions had level 2 titles
$this->_extractNames(2, 'TITL', $this->getFacts('FILE'));