diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-10-07 08:06:05 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-10-07 08:06:38 +0100 |
| commit | 548ca0dd332bc2ccd2184fad673fab4643826e17 (patch) | |
| tree | e9ec85cd31a85aec90ec3631427924a7c3993073 /app/Census | |
| parent | d615934018400006871355a28bfee0dea640c47b (diff) | |
| download | webtrees-548ca0dd332bc2ccd2184fad673fab4643826e17.tar.gz webtrees-548ca0dd332bc2ccd2184fad673fab4643826e17.tar.bz2 webtrees-548ca0dd332bc2ccd2184fad673fab4643826e17.zip | |
Phpunit
Diffstat (limited to 'app/Census')
| -rw-r--r-- | app/Census/CensusOfDenmark1835.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Census/CensusOfDenmark1835.php b/app/Census/CensusOfDenmark1835.php index 33cb22591f..0d07506c7c 100644 --- a/app/Census/CensusOfDenmark1835.php +++ b/app/Census/CensusOfDenmark1835.php @@ -27,7 +27,7 @@ class CensusOfDenmark1835 extends CensusOfDenmark implements CensusInterface { * @return string */ public function censusDate() { - return '18 FEB 1834'; + return '18 FEB 1835'; } /** |
