mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-20 20:34:25 +02:00
parent
9e4c00506d
commit
9e3d65e4e9
@ -83,7 +83,7 @@ class PerfdataSet implements IteratorAggregate
|
||||
$label = trim($this->readLabel());
|
||||
$value = trim($this->readUntil(' '));
|
||||
|
||||
if ($label && $value) {
|
||||
if ($label) {
|
||||
$this->perfdata[] = new Perfdata($label, $value);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user