diff --git a/core/modules/locale/locale.install b/core/modules/locale/locale.install index 793cc05..334b401 100644 --- a/core/modules/locale/locale.install +++ b/core/modules/locale/locale.install @@ -515,7 +515,7 @@ function locale_update_8007() { 'locale-session' => 'language-session', ); foreach ($variable_names as $variable_name) { - $value = variable_get($variable_name); + $value = update_variable_get($variable_name); // Skip processing if the variable is not stored in the db. if ($value === NULL) { continue;