mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-10-13 19:50:02 +02:00
PHP respects locales (LC_NUMERIC) when casting floats to string. That affected the generated HTML for our inline pie charts. This patch is not that beautiful - but fixes this. fixes #6348