diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2018-04-19 22:20:09 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2018-04-19 22:20:09 +0100 |
| commit | cfc69e1537c1c5cc06248a704654eb9e64de47c5 (patch) | |
| tree | bb826943627e3cff1a7868cc7398db23e931df24 /app/Stats.php | |
| parent | ddc06a5dc842988b8e121ae97e471a5ca539bbac (diff) | |
| download | webtrees-cfc69e1537c1c5cc06248a704654eb9e64de47c5.tar.gz webtrees-cfc69e1537c1c5cc06248a704654eb9e64de47c5.tar.bz2 webtrees-cfc69e1537c1c5cc06248a704654eb9e64de47c5.zip | |
Update links to individual and family lists
Diffstat (limited to 'app/Stats.php')
| -rw-r--r-- | app/Stats.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Stats.php b/app/Stats.php index 4be21f1855..fd8135e8c6 100644 --- a/app/Stats.php +++ b/app/Stats.php @@ -5322,7 +5322,7 @@ class Stats { $surnames = array_merge($surnames, QueryName::surnames($this->tree, $surname, '', false, false)); } - return FunctionsPrintLists::surnameList($surnames, ($type == 'list' ? 1 : 2), $show_tot, 'indilist.php', $this->tree); + return FunctionsPrintLists::surnameList($surnames, ($type == 'list' ? 1 : 2), $show_tot, 'individual-list', $this->tree); } /** |
