mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-05-28 04:02:39 -04:00
parent
81601e6303
commit
bc5d3b64c4
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ class ThresholdRange
|
|||
$range = new static();
|
||||
$range->raw = $rawRange;
|
||||
|
||||
if ($rawRange === '') {
|
||||
if ($rawRange == '') {
|
||||
return $range;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue