diff options
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)); } } |
