diff --git a/library/Businessprocess/BpNode.php b/library/Businessprocess/BpNode.php index 34fd26c..279f224 100644 --- a/library/Businessprocess/BpNode.php +++ b/library/Businessprocess/BpNode.php @@ -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();