Closed (fixed)
Project:
Actions
Version:
5.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 May 2008 at 06:35 UTC
Updated:
14 Jul 2012 at 19:31 UTC
actions_do makes it look like you don't have to pass in $context, but if you don't, a subsequent array_merge() causes errors.
| Comment | File | Size | Author |
|---|---|---|---|
| actions_do.diff | 555 bytes | Dave Cohen |
Comments
Comment #1
gregglesSpecifically the error is
I applied this patch and it fixed the error for me.
To repeat the bug, create an action like system_send_email and call it with
actions_do(1, $object);I believe this is RTBC. Sorry if I'm overstepping my bounds by rtbc in your queue.
Comment #2
Dave Cohen commentedping...
This, along with http://drupal.org/node/260955 are required for cron actions.
Comment #3
jvandyk commentedFixed. Thanks!
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.