diff options
Diffstat (limited to 'modules/locale/locale.install')
-rw-r--r-- | modules/locale/locale.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/locale/locale.install b/modules/locale/locale.install index c8d8e6e00..f9c1c25d4 100644 --- a/modules/locale/locale.install +++ b/modules/locale/locale.install @@ -145,6 +145,7 @@ function locale_uninstall() { variable_del('locale_js_directory'); variable_del('javascript_parsed'); variable_del('locale_field_language_fallback'); + variable_del('locale_cache_length'); foreach (language_types() as $type) { variable_del("language_negotiation_$type"); |