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, 2 insertions, 0 deletions
diff --git a/modules/statistics/statistics.module b/modules/statistics/statistics.module
index e84901285..8f33fdacf 100644
--- a/modules/statistics/statistics.module
+++ b/modules/statistics/statistics.module
@@ -502,6 +502,8 @@ function statistics_block($op = 'list', $delta = 0, $edit = array()) {
case 'list':
if (variable_get('statistics_count_content_views', 0)) {
$blocks[0]['info'] = t('Popular content');
+ // Too dynamic to cache.
+ $blocks[0]['cache'] = BLOCK_NO_CACHE;
return $blocks;
}
break;