mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-04 01:09:25 -05:00
BpNode: fix parent signature
This commit is contained in:
parent
50b4625290
commit
1088f877c1
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ class BpNode extends Node
|
|||
return $this->child_names;
|
||||
}
|
||||
|
||||
public function getChildren()
|
||||
public function getChildren($filter = null)
|
||||
{
|
||||
if ($this->children === null) {
|
||||
$this->children = array();
|
||||
|
|
|
|||
Loading…
Reference in a new issue