Skip to content

Commit

Permalink
LPS-205214 Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ling-alan-huang authored and brianchandotcom committed Jan 7, 2024
1 parent 5791a71 commit 2382f71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ private Properties _getPortalLanguageProperties(String absolutePath)
Properties portalLanguageProperties = new Properties();

InputStream inputStream = getPortalInputStream(
_PORTAL_LANGUAGE_PROPERTIES_FILE_NAME, absolutePath);
portalLanguagePropertiesFileName, absolutePath);

if (inputStream != null) {
portalLanguageProperties.load(inputStream);
Expand Down

0 comments on commit 2382f71

Please sign in to comment.