diff --git a/library/Businessprocess/BpNode.php b/library/Businessprocess/BpNode.php index 0556527..1170d51 100644 --- a/library/Businessprocess/BpNode.php +++ b/library/Businessprocess/BpNode.php @@ -353,7 +353,7 @@ class BpNode extends Node if (!$this->hasChildren()) { // TODO: delegate this to operators, should mostly fail - $this->setState(self::ICINGA_UNKNOWN); + $this->setState(self::NODE_EMPTY); $this->setMissing(); return $this; }