diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-02-21 14:40:38 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-02-21 14:42:56 +0000 |
| commit | 7820e4d74ec8019f98540781a666f513527a4003 (patch) | |
| tree | 61229457c5199c1cd17bd54b261dcd688fd89c16 /app/Module/FamilyTreeStatisticsModule.php | |
| parent | 5e8c88c1a3a92b844fbb30356bfc49224fdf7d68 (diff) | |
| download | webtrees-7820e4d74ec8019f98540781a666f513527a4003.tar.gz webtrees-7820e4d74ec8019f98540781a666f513527a4003.tar.bz2 webtrees-7820e4d74ec8019f98540781a666f513527a4003.zip | |
Case mismatch
Diffstat (limited to 'app/Module/FamilyTreeStatisticsModule.php')
| -rw-r--r-- | app/Module/FamilyTreeStatisticsModule.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Module/FamilyTreeStatisticsModule.php b/app/Module/FamilyTreeStatisticsModule.php index 3fae998189..f134cf734b 100644 --- a/app/Module/FamilyTreeStatisticsModule.php +++ b/app/Module/FamilyTreeStatisticsModule.php @@ -161,9 +161,9 @@ class FamilyTreeStatisticsModule extends AbstractModule implements ModuleBlockIn $content .= '</div>'; } if ($stat_long_life) { - $content .= '<div class="stat-row"><div class="facts_label stat-cell">' . I18N::translate('Individual who lived the longest') . '</div><div class="facts_value stats_value stat-cell">' . $stats->LongestLifeAge() . '</div>'; + $content .= '<div class="stat-row"><div class="facts_label stat-cell">' . I18N::translate('Individual who lived the longest') . '</div><div class="facts_value stats_value stat-cell">' . $stats->longestLifeAge() . '</div>'; if (!$block) { - $content .= '<div class="facts_value stat-cell left">' . $stats->LongestLife() . '</div>'; + $content .= '<div class="facts_value stat-cell left">' . $stats->longestLife() . '</div>'; } $content .= '</div>'; } |
