BugFix für das Handling von Sprachvarianten

git-svn-id: https://svn.libreccm.org/ccm/trunk@1323 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2011-12-08 14:09:37 +00:00
parent 7768473712
commit 80a6dcc592
1 changed files with 1 additions and 1 deletions

View File

@ -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;