lib/openwfe/expressions/fe_subprocess.rb in openwferu-0.9.16 vs lib/openwfe/expressions/fe_subprocess.rb in openwferu-0.9.17
- old
+ new
@@ -1,8 +1,8 @@
#
#--
-# Copyright (c) 2006-2007, John Mettraux, OpenWFE.org
+# Copyright (c) 2006-2008, John Mettraux, OpenWFE.org
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
@@ -138,10 +138,10 @@
#puts
#puts " ... params are #{params.keys.join(', ')}"
#puts " ... values are #{params.values.join(', ')}"
sub_fei = get_expression_pool.launch_template(
- requester, get_next_sub_id, template, workitem, params)
+ requester, nil, get_next_sub_id, template, workitem, params)
if forget
reply_to_parent(workitem.dup)
else
@subprocess_fei = sub_fei.dup