summaryrefslogtreecommitdiff
path: root/app/Stats.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2018-04-19 22:20:09 +0100
committerGreg Roach <fisharebest@webtrees.net>2018-04-19 22:20:09 +0100
commitcfc69e1537c1c5cc06248a704654eb9e64de47c5 (patch)
treebb826943627e3cff1a7868cc7398db23e931df24 /app/Stats.php
parentddc06a5dc842988b8e121ae97e471a5ca539bbac (diff)
downloadwebtrees-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.php2
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);
}
/**