Index: modules/trigger/trigger.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/trigger/trigger.module,v
retrieving revision 1.27
diff -u -p -r1.27 trigger.module
--- modules/trigger/trigger.module	8 Jan 2009 08:42:13 -0000	1.27
+++ modules/trigger/trigger.module	10 Jan 2009 20:47:17 -0000
@@ -233,7 +233,7 @@ function _trigger_nodeapi($node, $op, $a
       }
       // Since we know about the node, we pass that info along to the action.
       $context['node'] = $node;
-      $result = actions_do($aid, $objects[$action_info['type']], $context, $a4, $a4);
+      $result = actions_do($aid, $objects[$action_info['type']], $context, $a3, $a4);
     }
     else {
       actions_do($aid, $node, $context, $a3, $a4);
