summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2021-02-16 15:13:46 +0000
committerGreg Roach <greg@subaqua.co.uk>2021-02-16 15:14:50 +0000
commite5a385734020ec2ce20d162e6c0cc6d08c363338 (patch)
treefe682e6f58726fc0a4bd408ba3b4087bf9dd6864 /app
parent87c4c864592057c1fb70471c5b9678d93bf1e2be (diff)
downloadwebtrees-e5a385734020ec2ce20d162e6c0cc6d08c363338.tar.gz
webtrees-e5a385734020ec2ce20d162e6c0cc6d08c363338.tar.bz2
webtrees-e5a385734020ec2ce20d162e6c0cc6d08c363338.zip
Fix: #3729 - top 10 given names config error
Diffstat (limited to 'app')
-rw-r--r--app/Module/TopGivenNamesModule.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/TopGivenNamesModule.php b/app/Module/TopGivenNamesModule.php
index 3ea31a09a2..9a74b481bb 100644
--- a/app/Module/TopGivenNamesModule.php
+++ b/app/Module/TopGivenNamesModule.php
@@ -185,7 +185,7 @@ class TopGivenNamesModule extends AbstractModule implements ModuleBlockInterface
];
return view('modules/top10_givnnames/config', [
- 'infoStyle' => $info_style,
+ 'info_style' => $info_style,
'info_styles' => $info_styles,
'num' => $num,
]);