summaryrefslogtreecommitdiff
path: root/modules/locale/locale.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/locale/locale.module')
-rw-r--r--modules/locale/locale.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/locale/locale.module b/modules/locale/locale.module
index 65d6c20c4..524e117e0 100644
--- a/modules/locale/locale.module
+++ b/modules/locale/locale.module
@@ -634,7 +634,7 @@ function locale_css_alter(&$css) {
function locale_block_info() {
$block['language-switcher']['info'] = t('Language switcher');
// Not worth caching.
- $block['language-switcher']['cache'] = BLOCK_NO_CACHE;
+ $block['language-switcher']['cache'] = DRUPAL_NO_CACHE;
return $block;
}