Skip to content

Commit

Permalink
KNL-1221 use content.zip.expand.charsets instead of content.zip.charset
Browse files Browse the repository at this point in the history
  • Loading branch information
Gao-Jun committed Aug 10, 2015
1 parent 197dbce commit dd6a6f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ private String extractZipCollectionName(ContentResource resource) {
}

private List<String> getZipCharsets() {
String[] charsetConfig = ServerConfigurationService.getStrings("content.zip.charset");
String[] charsetConfig = ServerConfigurationService.getStrings("content.zip.expand.charsets");
if (charsetConfig == null) {
charsetConfig = new String[0];
}
Expand Down

0 comments on commit dd6a6f1

Please sign in to comment.