Skip to content

Commit

Permalink
LPS-196445 Change site configuration for instance configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
henriquelimadotcom authored and brianchandotcom committed Sep 21, 2023
1 parent d28b57c commit 54bc0e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<liferay-ui:language
formAction="<%= updateLanguageFormAction %>"
languageId="<%= themeDisplay.getLanguageId() %>"
languageIds="<%= LocaleUtil.toLanguageIds(LanguageUtil.getAvailableLocales(themeDisplay.getSiteGroupId())) %>"
languageIds="<%= LocaleUtil.toLanguageIds(LanguageUtil.getAvailableLocales(themeDisplay.getCompanyGroupId())) %>"
/>
</div>
</div>
Expand Down

0 comments on commit 54bc0e5

Please sign in to comment.