Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[configuration] Use unsafeInsert/unsafeUpdate for saving values (#8759)
The values get double-escaped when modified now if they contain HTML. Use unsafe variants of database calls so that the values to not get modified when re-saved. Fixes #8748
- Loading branch information