summaryrefslogtreecommitdiff
path: root/app/Census/CensusColumnFatherForeign.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Census/CensusColumnFatherForeign.php')
-rw-r--r--app/Census/CensusColumnFatherForeign.php2
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';
}