BugFix für das Handling von Sprachvarianten
git-svn-id: https://svn.libreccm.org/ccm/trunk@1323 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
7768473712
commit
80a6dcc592
|
|
@ -339,7 +339,7 @@ public class ContentBundle extends ContentItem {
|
||||||
// if we couldn't find an exact match and language independent
|
// if we couldn't find an exact match and language independent
|
||||||
// content items are acceptable.
|
// content items are acceptable.
|
||||||
if (contentItem == null && allowLanguageIndependent == true) {
|
if (contentItem == null && allowLanguageIndependent == true) {
|
||||||
contentItem = this.getInstance("--", false);
|
contentItem = this.getInstance(GlobalizationHelper.LANG_INDEPENDENT, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
return contentItem;
|
return contentItem;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue