From 4bdf24ea52a0e661d84a13ec78a868cb50c46cc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Mon, 28 Jan 2008 19:56:27 +0000 Subject: #210219 by htalvitie, yched: initialize block caching properties properly on install (and update bugos RC2 sites as well) --- modules/system/system.module | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 1f1cac291..a982f2e87 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -580,6 +580,8 @@ function system_block($op = 'list', $delta = 0, $edit = NULL) { $blocks[0] = array( 'info' => t('Powered by Drupal'), 'weight' => '10', + // Not worth caching. + 'cache' => BLOCK_NO_CACHE, ); return $blocks; case 'configure': -- cgit v1.2.3