summaryrefslogtreecommitdiff
path: root/app/Census/CensusColumnFatherBirthPlace.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Census/CensusColumnFatherBirthPlace.php')
-rw-r--r--app/Census/CensusColumnFatherBirthPlace.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Census/CensusColumnFatherBirthPlace.php b/app/Census/CensusColumnFatherBirthPlace.php
index b5432f2c70..e4cbc272d6 100644
--- a/app/Census/CensusColumnFatherBirthPlace.php
+++ b/app/Census/CensusColumnFatherBirthPlace.php
@@ -37,7 +37,7 @@ class CensusColumnFatherBirthPlace extends AbstractCensusColumn implements Censu
$father = $this->father($individual);
if ($father) {
- return $this->notCountry($father->getBirthPlace()->getGedcomName());
+ return $this->notCountry($father->getBirthPlace()->gedcomName());
}
return '';