summaryrefslogtreecommitdiff
path: root/modules/statistics
diff options
context:
space:
mode:
Diffstat (limited to 'modules/statistics')
-rw-r--r--modules/statistics/statistics.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/statistics/statistics.module b/modules/statistics/statistics.module
index 533490c1f..1551d1513 100644
--- a/modules/statistics/statistics.module
+++ b/modules/statistics/statistics.module
@@ -294,9 +294,9 @@ function statistics_get($nid) {
}
/**
- * Implement hook_block_list().
+ * Implement hook_block_info().
*/
-function statistics_block_list() {
+function statistics_block_info() {
if (variable_get('statistics_count_content_views', 0)) {
$blocks['popular']['info'] = t('Popular content');
// Too dynamic to cache.