diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-06-01 21:45:48 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-06-01 21:45:48 +0100 |
| commit | 86bb533aeb706508a3da93857e62e1af48773642 (patch) | |
| tree | e46be1249952b1dadc9c71b278d06a161825c95f /app/Module/FamilyTreeStatisticsModule.php | |
| parent | df7b9a6e61d3195d32b7fc7c1673e2e251e5f2f8 (diff) | |
| download | webtrees-86bb533aeb706508a3da93857e62e1af48773642.tar.gz webtrees-86bb533aeb706508a3da93857e62e1af48773642.tar.bz2 webtrees-86bb533aeb706508a3da93857e62e1af48773642.zip | |
Scrutinizer
Diffstat (limited to 'app/Module/FamilyTreeStatisticsModule.php')
| -rw-r--r-- | app/Module/FamilyTreeStatisticsModule.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/FamilyTreeStatisticsModule.php b/app/Module/FamilyTreeStatisticsModule.php index 9b3952a9dd..3e0684f5e8 100644 --- a/app/Module/FamilyTreeStatisticsModule.php +++ b/app/Module/FamilyTreeStatisticsModule.php @@ -75,7 +75,7 @@ class FamilyTreeStatisticsModule extends AbstractModule implements ModuleBlockIn $stat_avg_chil = $this->getBlockSetting($block_id, 'stat_avg_chil', '1'); // This can be overriden when embedding in an HTML block - $block = '0'; + $block = '0'; foreach (array('show_common_surnames', 'number_common_surnames', 'stat_indi', 'stat_fam', 'stat_sour', 'stat_media', 'stat_surname', 'stat_events', 'stat_users', 'stat_first_birth', 'stat_last_birth', 'stat_first_death', 'stat_last_death', 'stat_long_life', 'stat_avg_life', 'stat_most_chil', 'stat_avg_chil', 'block') as $name) { if (array_key_exists($name, $cfg)) { |
