Write the correct default value for StringList comments in the config
This commit is contained in:
parent
ba69a1a6fd
commit
53294b843b
1 changed files with 1 additions and 1 deletions
|
@ -1596,7 +1596,7 @@ public class Configuration
|
|||
Property prop = this.get(category, name, defaultValue);
|
||||
prop.setLanguageKey(langKey);
|
||||
prop.setValidValues(validValues);
|
||||
prop.comment = comment + " [default: " + defaultValue + "]";
|
||||
prop.comment = comment + " [default: " + prop.getDefault() + "]";
|
||||
return prop.getStringList();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue