Closed (won't fix)
Project:
Actions
Version:
5.x-2.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2009 at 16:45 UTC
Updated:
3 Feb 2013 at 19:42 UTC
This issue http://drupal.org/node/357031 was raised in D6 and fixed, but it exists in Actions 5-2.x as well, here is a patch:
--- actions.module 20 Sep 2008 22:21:15 -0000 1.43
+++ actions.module 3 Jun 2009 16:40:32 -0000
@@ -833,7 +833,7 @@
}
// 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);
@@ -1849,4 +1849,4 @@
}
}
-include_once(drupal_get_path('module', 'actions') .'/actions.inc');
\ No newline at end of file
+include_once(drupal_get_path('module', 'actions') .'/actions.inc');
| Comment | File | Size | Author |
|---|---|---|---|
| actions_nodeapi.patch | 679 bytes | therzog |
Comments
Comment #1
pomliane commentedThis version of Actions is not supported anymore. The issue is closed for this reason.
Please upgrade to a supported version and feel free to reopen the issue on the new version if applicable.
This issue has been automagically closed by a script.