diff options
Diffstat (limited to 'modules/statistics/statistics.module')
-rw-r--r-- | modules/statistics/statistics.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/statistics/statistics.module b/modules/statistics/statistics.module index 256d9c065..c7150d2d6 100644 --- a/modules/statistics/statistics.module +++ b/modules/statistics/statistics.module @@ -92,7 +92,7 @@ function statistics_perm() { /** * Implementation of hook_link(). */ -function statistics_link($type, $node = 0, $main = 0) { +function statistics_link($type, $node = NULL, $teaser = FALSE) { global $id; $links = array(); |