diff options
Diffstat (limited to 'app/Source.php')
| -rw-r--r-- | app/Source.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Source.php b/app/Source.php index 54b27deb19..5c56844f87 100644 --- a/app/Source.php +++ b/app/Source.php @@ -108,6 +108,6 @@ class Source extends GedcomRecord */ public function extractNames() { - parent::extractNamesFromFacts(1, 'TITL', $this->getFacts('TITL')); + parent::extractNamesFromFacts(1, 'TITL', $this->facts('TITL')); } } |
