diff options
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 5af9ad4ee..c3b4a1e39 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -2018,6 +2018,7 @@ function system_block_info() { $blocks['help'] = array( 'info' => t('System help'), 'weight' => '5', + 'cache' => DRUPAL_NO_CACHE, ); // System-defined menu blocks. foreach (menu_list_system_menus() as $menu_name => $title) { |