BusinessProcess: fix variable for unbound node

This commit is contained in:
Thomas Gelf 2015-03-24 10:44:57 +01:00
parent f5e3bc4c01
commit 6dd7b30173

View file

@ -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";