diff --git a/core/includes/common.inc b/core/includes/common.inc index 17c626b2b6be3762aef9a042afd98a67124f1724..673ac9cfdcc1131aad4ed612006afd3f530cad13 100644 --- a/core/includes/common.inc +++ b/core/includes/common.inc @@ -6271,7 +6271,7 @@ function drupal_render_cid_parts($granularity = NULL) { // part. if (language_multilingual()) { foreach (language_types_get_configurable() as $language_type) { - $cid_parts[] = $GLOBALS[$language_type]->langcode; + $cid_parts[] = drupal_container()->get($language_type)->langcode; } }