fixed broken return value of getConfigValue
This commit is contained in:
@ -123,7 +123,7 @@ public class ConfigService implements Serializable {
|
|||||||
updateConfigValue(configKey, account, configValue);
|
updateConfigValue(configKey, account, configValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
return defaultValue;
|
return configValue;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Lock(LockType.READ)
|
@Lock(LockType.READ)
|
||||||
|
|||||||
Reference in New Issue
Block a user