diff --git a/ccm-cms/src/com/arsdigita/cms/ContentBundle.java b/ccm-cms/src/com/arsdigita/cms/ContentBundle.java index 21666748e..4d7d574ec 100755 --- a/ccm-cms/src/com/arsdigita/cms/ContentBundle.java +++ b/ccm-cms/src/com/arsdigita/cms/ContentBundle.java @@ -339,7 +339,7 @@ public class ContentBundle extends ContentItem { // if we couldn't find an exact match and language independent // content items are acceptable. if (contentItem == null && allowLanguageIndependent == true) { - contentItem = this.getInstance("--", false); + contentItem = this.getInstance(GlobalizationHelper.LANG_INDEPENDENT, false); } return contentItem;