diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-01-17 18:45:52 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-01-17 18:45:52 +0000 |
| commit | 66b90994c0dc9a8abbb4e3fe1f95c857a52e47b7 (patch) | |
| tree | d4870e32364790762ddab5b2cb926ae8976cd32f /app/Date.php | |
| parent | 2bbb9086a2c520678f71cf71bbe85bde7c5b43d9 (diff) | |
| download | webtrees-66b90994c0dc9a8abbb4e3fe1f95c857a52e47b7.tar.gz webtrees-66b90994c0dc9a8abbb4e3fe1f95c857a52e47b7.tar.bz2 webtrees-66b90994c0dc9a8abbb4e3fe1f95c857a52e47b7.zip | |
Misuse of
Diffstat (limited to 'app/Date.php')
| -rw-r--r-- | app/Date.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Date.php b/app/Date.php index 8f1255ee21..b49fc0a893 100644 --- a/app/Date.php +++ b/app/Date.php @@ -468,7 +468,7 @@ class Date { return I18N::number($d1->minimumDate()->getAge(false, $jd)); } } else { - return ' '; + return ''; } default: throw new \InvalidArgumentException('format: ' . $format); |
