From b977d3e2a2765f5b91ac7bf5c34ea8891969cda9 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Fri, 4 Nov 2016 11:36:19 +0100 Subject: Node after ifNode is ran as child of the allowed branch. --- node/ifnode.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/node/ifnode.cpp b/node/ifnode.cpp index 8605dcf..8cf667c 100644 --- a/node/ifnode.cpp +++ b/node/ifnode.cpp @@ -86,10 +86,10 @@ void IfNode::run(ExecutionNode *previous) } } - /* if(NULL!=m_nextNode) + if(NULL!=m_nextNode) { - m_nextNode->run(this); - }*/ + m_nextNode->run(previousLoop); + } } void IfNode::setValidator(Validator* val) -- cgit v1.2.3-70-g09d2