diff options
Diffstat (limited to 'modules/locale/locale.api.php')
-rw-r--r-- | modules/locale/locale.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/locale/locale.api.php b/modules/locale/locale.api.php index 488b2bbed..f39379e66 100644 --- a/modules/locale/locale.api.php +++ b/modules/locale/locale.api.php @@ -151,7 +151,7 @@ function hook_language_negotiation_info() { 'types' => array('custom_language_type'), 'name' => t('Custom language provider'), 'description' => t('This is a custom language provider.'), - 'cache' => CACHE_DISABLED, + 'cache' => 0, ), ); } |