diff --git a/library/Businessprocess/Node.php b/library/Businessprocess/Node.php index 78a3459..2f95ceb 100644 --- a/library/Businessprocess/Node.php +++ b/library/Businessprocess/Node.php @@ -548,7 +548,7 @@ abstract class Node 'state' => $this->getStateName(), 'since' => $this->getLastStateChange(), 'in_downtime' => $this->isInDowntime() ? true : false, - 'in_acknowledged' => $this->isAcknowledged() ? true : false + 'is_acknowledged' => $this->isAcknowledged() ? true : false ]; if ($parent !== null) {