diff options
Diffstat (limited to 'app/Census/CensusColumnFatherForeign.php')
| -rw-r--r-- | app/Census/CensusColumnFatherForeign.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Census/CensusColumnFatherForeign.php b/app/Census/CensusColumnFatherForeign.php index 5e860261d1..950d9be654 100644 --- a/app/Census/CensusColumnFatherForeign.php +++ b/app/Census/CensusColumnFatherForeign.php @@ -36,7 +36,7 @@ class CensusColumnFatherForeign extends AbstractCensusColumn implements CensusCo { $father = $this->father($individual); - if ($father && $this->lastPartOfPlace($father->getBirthPlace()->getGedcomName()) !== $this->place()) { + if ($father && $this->lastPartOfPlace($father->getBirthPlace()->gedcomName()) !== $this->place()) { return 'Y'; } |
