mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-10-01 13:49:06 +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