lib/openwfe/expressions/fe_if.rb in openwferu-0.9.10.653 vs lib/openwfe/expressions/fe_if.rb in openwferu-0.9.11
- old
+ new
@@ -98,10 +98,10 @@
def apply (workitem)
workitem.unset_result
- test = eval_condition(:test, workitem)
+ test = eval_condition(:test, workitem, :not)
if @children.length < 1
workitem.set_result test if test
reply_to_parent(workitem)
return