diff options
Diffstat (limited to 'modules/statistics')
-rw-r--r-- | modules/statistics/statistics.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/statistics/statistics.module b/modules/statistics/statistics.module index fc91dfe91..8973736e9 100644 --- a/modules/statistics/statistics.module +++ b/modules/statistics/statistics.module @@ -9,8 +9,8 @@ /** * Implementation of hook_help(). */ -function statistics_help($section) { - switch ($section) { +function statistics_help($path, $arg) { + switch ($path) { case 'admin/help#statistics': $output = '<p>'. t('The statistics module keeps track of numerous statistics of site usage. It counts how many times, and from where each of your posts is viewed. The statistics module can be used to learn many useful things about how users are interacting with each other and with your site.') .'</p>'; $output .= t('<p>Statistics module features</p> |