summaryrefslogtreecommitdiff
path: root/modules/statistics/statistics.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/statistics/statistics.module')
-rw-r--r--modules/statistics/statistics.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/statistics/statistics.module b/modules/statistics/statistics.module
index 2b69ca444..13342f6a3 100644
--- a/modules/statistics/statistics.module
+++ b/modules/statistics/statistics.module
@@ -220,7 +220,7 @@ function statistics_user_tracker() {
/**
* Menu callback; presents the "recent hits" page.
*/
-function statistics_recent_hits($type = 'all', $id = 0) {
+function statistics_recent_hits() {
$header = array(
array('data' => t('Timestamp'), 'field' => 'a.timestamp', 'sort' => 'desc'),
array('data' => t('Page'), 'field' => 'a.path'),