summaryrefslogtreecommitdiff
path: root/app/Repository.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Repository.php')
-rw-r--r--app/Repository.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Repository.php b/app/Repository.php
index cbf183fb0a..c9f8b1b77e 100644
--- a/app/Repository.php
+++ b/app/Repository.php
@@ -86,6 +86,6 @@ class Repository extends GedcomRecord
*/
public function extractNames()
{
- parent::extractNamesFromFacts(1, 'NAME', $this->getFacts('NAME'));
+ parent::extractNamesFromFacts(1, 'NAME', $this->facts('NAME'));
}
}