Skip to content

Commit

Permalink
[26635] fixed wrong check (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel7ag authored Sep 26, 2024
1 parent ef73642 commit 2f83194
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ public void reloadContent(Object po, InputData ltf) {
}
}));
String[] userfields;
if (ConfigServiceHolder.getGlobal(CFG_GLOBALFIELDS, false)) {
if (ConfigServiceHolder.getUser(CFG_GLOBALFIELDS, false)) {
userfields = ConfigServiceHolder.getGlobal(CFG_EXTRAFIELDS, StringConstants.EMPTY)
.split(StringConstants.COMMA);
} else {
Expand Down

0 comments on commit 2f83194

Please sign in to comment.