From 4876a5d200e38dbd0c03fd01acec9dac08761657 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Mon, 16 Mar 2015 13:15:36 +0100 Subject: [PATCH] HostNode: Hoststatus VS Hoststate - legacy --- library/Businessprocess/HostNode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Businessprocess/HostNode.php b/library/Businessprocess/HostNode.php index 3e65c60..e04212a 100644 --- a/library/Businessprocess/HostNode.php +++ b/library/Businessprocess/HostNode.php @@ -10,7 +10,7 @@ class HostNode extends Node public function __construct(BusinessProcess $bp, $object) { - $this->name = $object->hostname . ';Hoststate'; + $this->name = $object->hostname . ';Hoststatus'; $this->hostname = $object->hostname; $this->bp = $bp; if (isset($object->state)) {