fix #2276 update system properties
This commit is contained in:
parent
46da8663be
commit
afcf896695
1 changed files with 1 additions and 1 deletions
|
@ -446,7 +446,7 @@ public class SystemHelper {
|
|||
if (StringUtil.isNotBlank(value)) {
|
||||
ParameterUtil.parse(value).entrySet().stream().filter(e -> {
|
||||
final String key = e.getKey();
|
||||
if (StringUtil.isNotBlank(key)) {
|
||||
if (StringUtil.isBlank(key)) {
|
||||
return false;
|
||||
}
|
||||
if (key.startsWith("fess.")) {
|
||||
|
|
Loading…
Add table
Reference in a new issue