lib/openwfe/expressions/fe_when.rb in openwferu-0.9.15 vs lib/openwfe/expressions/fe_when.rb in openwferu-0.9.16
- old
+ new
@@ -28,12 +28,10 @@
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.
#++
#
-# $Id: definitions.rb 2725 2006-06-02 13:26:32Z jmettraux $
-#
#
# "made in Japan"
#
# John Mettraux at openwfe.org
@@ -114,11 +112,11 @@
end
@condition_sub_id = -1
@consequence_triggered = false
- super(workitem)
+ super workitem
end
def reply (workitem)
#ldebug do
@@ -128,10 +126,10 @@
if @consequence_triggered
reply_to_parent(workitem)
return
end
- super(workitem)
+ super workitem
end
protected
def apply_consequence (workitem)