diff --git a/library/Businessprocess/BusinessProcess.php b/library/Businessprocess/BusinessProcess.php index ec5e5c9..26fc027 100644 --- a/library/Businessprocess/BusinessProcess.php +++ b/library/Businessprocess/BusinessProcess.php @@ -623,7 +623,7 @@ class BusinessProcess $conf .= $child->toLegacyConfigString($rendered); } foreach ($this->getUnboundNodes() as $node) { - $rendered[(string) $child] = true; + $rendered[(string) $node] = true; $conf .= $node->toLegacyConfigString($rendered); } return $conf . "\n";