diff options
Diffstat (limited to 'app/Census/CensusColumnMotherBirthPlace.php')
| -rw-r--r-- | app/Census/CensusColumnMotherBirthPlace.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Census/CensusColumnMotherBirthPlace.php b/app/Census/CensusColumnMotherBirthPlace.php index d222bada2f..9625c24599 100644 --- a/app/Census/CensusColumnMotherBirthPlace.php +++ b/app/Census/CensusColumnMotherBirthPlace.php @@ -37,7 +37,7 @@ class CensusColumnMotherBirthPlace extends AbstractCensusColumn implements Censu $mother = $this->mother($individual); if ($mother) { - return $this->notCountry($mother->getBirthPlace()->getGedcomName()); + return $this->notCountry($mother->getBirthPlace()->gedcomName()); } return ''; |
