diff options
Diffstat (limited to 'modules/locale')
-rw-r--r-- | modules/locale/locale.module | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/locale/locale.module b/modules/locale/locale.module index 2fc47a299..417f99f19 100644 --- a/modules/locale/locale.module +++ b/modules/locale/locale.module @@ -516,6 +516,8 @@ function _locale_batch_import($filepath, &$context) { function locale_block($op = 'list', $delta = 0) { if ($op == 'list') { $block[0]['info'] = t('Language switcher'); + // Not worth caching. + $block[0]['cache'] = BLOCK_NO_CACHE; return $block; } |