diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-09-27 09:12:22 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-09-27 09:12:22 +0100 |
| commit | 44f3c1494a4da70175ffd2d40aa661783f529868 (patch) | |
| tree | 10cb5d30ed279aa3eb56423db0b7ab1227da7d40 /app/Census/CensusOfUnitedStates1860.php | |
| parent | a53db70de9092a80529e77db445001f1acf43696 (diff) | |
| download | webtrees-44f3c1494a4da70175ffd2d40aa661783f529868.tar.gz webtrees-44f3c1494a4da70175ffd2d40aa661783f529868.tar.bz2 webtrees-44f3c1494a4da70175ffd2d40aa661783f529868.zip | |
Unit tests
Diffstat (limited to 'app/Census/CensusOfUnitedStates1860.php')
| -rw-r--r-- | app/Census/CensusOfUnitedStates1860.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Census/CensusOfUnitedStates1860.php b/app/Census/CensusOfUnitedStates1860.php index c010add80b..74849f31a4 100644 --- a/app/Census/CensusOfUnitedStates1860.php +++ b/app/Census/CensusOfUnitedStates1860.php @@ -45,7 +45,7 @@ class CensusOfUnitedStates1860 extends CensusOfUnitedStates implements CensusInt new CensusColumnNull($this, '', ''), // Value of real estate owned new CensusColumnNull($this, '', ''), // Value of personal estate owned new CensusColumnBirthPlace($this, '', ''), - new CensusColumnMarriedWithinOneYear($this, '', ''), + new CensusColumnMarriedWithinYear($this, '', ''), new CensusColumnNull($this, '', ''), // Attended school within year new CensusColumnNull($this, '', ''), // Illiterate new CensusColumnNull($this, '', ''), // Infirm |
