I've noticed while testing that it's possible to have issues with inserting config values of type float into the config. It seems like this can be caused by different style of decimal points (dot vs. comma separation) and can also easily be solved for the config class.
- caused
-
PHPBB-16924 Double escaping of config values inserted with db config
- Closed