mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-01-19 02:52:54 -05:00
BusinessProcess: fix variable for unbound node
This commit is contained in:
parent
f5e3bc4c01
commit
6dd7b30173
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue