mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-10 09:40:11 +02:00
key=23;0;0;0;0 and key=23;;;; lead to division by zero exceptions This should fix this by ignoring empty strings for min/max (formerly it got "converted" to float(0)) and also ignores min == max. fixes #6828