diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-03-02 15:07:39 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-03-02 15:56:12 +0000 |
| commit | 764a01d9433bb50d2ecbce7851cba4793c7674e2 (patch) | |
| tree | d8abbd128e40a112ca737a20ec60ff8827d2a06b /app/Module/TopSurnamesModule.php | |
| parent | 8c2e82270a639a3acf607b432e54721116dae723 (diff) | |
| download | webtrees-764a01d9433bb50d2ecbce7851cba4793c7674e2.tar.gz webtrees-764a01d9433bb50d2ecbce7851cba4793c7674e2.tar.bz2 webtrees-764a01d9433bb50d2ecbce7851cba4793c7674e2.zip | |
PSR-1
Diffstat (limited to 'app/Module/TopSurnamesModule.php')
| -rw-r--r-- | app/Module/TopSurnamesModule.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/TopSurnamesModule.php b/app/Module/TopSurnamesModule.php index 4b9cb3b4d0..b9cbd28b77 100644 --- a/app/Module/TopSurnamesModule.php +++ b/app/Module/TopSurnamesModule.php @@ -63,7 +63,7 @@ class TopSurnamesModule extends Module implements ModuleBlockInterface { $all_surnames = array(); $i = 0; foreach (array_keys($top_surnames) as $top_surname) { - $all_surnames = array_merge($all_surnames, WT_Query_Name::surnames($top_surname, '', false, false, WT_GED_ID)); + $all_surnames = array_merge($all_surnames, QueryName::surnames($top_surname, '', false, false, WT_GED_ID)); if (++$i == $num) { break; } |
