diff options
Diffstat (limited to 'app/Census')
| -rw-r--r-- | app/Census/CensusColumnBornForeignParts.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Census/CensusColumnBornForeignParts.php b/app/Census/CensusColumnBornForeignParts.php index d06d79e363..653993be04 100644 --- a/app/Census/CensusColumnBornForeignParts.php +++ b/app/Census/CensusColumnBornForeignParts.php @@ -42,7 +42,7 @@ class CensusColumnBornForeignParts extends AbstractCensusColumn implements Censu $census_place = 'England'; } - if ($birth_place === $census_place) { + if ($birth_place === $census_place || $birth_place === '') { return ''; } elseif ($birth_place === 'England' || $birth_place === 'Scotland' || $birth_place === 'Ireland') { return substr($birth_place, 0, 1); |
