summaryrefslogtreecommitdiff
path: root/app/Stats.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-04-11 21:00:57 +0100
committerGreg Roach <fisharebest@gmail.com>2015-04-11 21:18:18 +0100
commitd192868755736b6d9187f5ff556ea5acdc72f78c (patch)
tree5de3f113f6a59a836478acb7d7b59b75c3301600 /app/Stats.php
parentee928960cd86e2eb560772ac85d223d8311a2b5f (diff)
downloadwebtrees-d192868755736b6d9187f5ff556ea5acdc72f78c.tar.gz
webtrees-d192868755736b6d9187f5ff556ea5acdc72f78c.tar.bz2
webtrees-d192868755736b6d9187f5ff556ea5acdc72f78c.zip
Remove old help links
Diffstat (limited to 'app/Stats.php')
-rw-r--r--app/Stats.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/Stats.php b/app/Stats.php
index e7fcf321cd..93e6548056 100644
--- a/app/Stats.php
+++ b/app/Stats.php
@@ -140,10 +140,6 @@ class Stats {
if (method_exists($this, $tags[$i])) {
$new_tags[] = "#{$full_tag}#";
$new_values[] = call_user_func_array(array($this, $tags[$i]), array($params));
- } elseif ($tags[$i] == 'help') {
- // re-merge, just in case
- $new_tags[] = "#{$full_tag}#";
- $new_values[] = help_link(implode(':', $params));
}
}