summaryrefslogtreecommitdiff
path: root/modules/trigger
diff options
context:
space:
mode:
Diffstat (limited to 'modules/trigger')
-rw-r--r--modules/trigger/trigger.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/trigger/trigger.module b/modules/trigger/trigger.module
index aeb5bb0fd..3d10c3b68 100644
--- a/modules/trigger/trigger.module
+++ b/modules/trigger/trigger.module
@@ -233,7 +233,7 @@ function _trigger_node($node, $op, $a3 = NULL, $a4 = NULL) {
}
// 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);