summaryrefslogtreecommitdiff
path: root/app/Census/CensusColumnMotherForeign.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Census/CensusColumnMotherForeign.php')
-rw-r--r--app/Census/CensusColumnMotherForeign.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Census/CensusColumnMotherForeign.php b/app/Census/CensusColumnMotherForeign.php
index b3b31a1be5..cf474def77 100644
--- a/app/Census/CensusColumnMotherForeign.php
+++ b/app/Census/CensusColumnMotherForeign.php
@@ -36,7 +36,7 @@ class CensusColumnMotherForeign extends AbstractCensusColumn implements CensusCo
{
$mother = $this->mother($individual);
- if ($mother && $this->lastPartOfPlace($mother->getBirthPlace()->getGedcomName()) !== $this->place()) {
+ if ($mother && $this->lastPartOfPlace($mother->getBirthPlace()->gedcomName()) !== $this->place()) {
return 'Y';
}