diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-04-11 21:00:57 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-04-11 21:18:18 +0100 |
| commit | d192868755736b6d9187f5ff556ea5acdc72f78c (patch) | |
| tree | 5de3f113f6a59a836478acb7d7b59b75c3301600 /app/Stats.php | |
| parent | ee928960cd86e2eb560772ac85d223d8311a2b5f (diff) | |
| download | webtrees-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.php | 4 |
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)); } } |
