I find that cron actions are not triggered without the attached patch. Just me?
| Comment | File | Size | Author |
|---|---|---|---|
| actions-cron.diff | 495 bytes | Dave Cohen |
I find that cron actions are not triggered without the attached patch. Just me?
| Comment | File | Size | Author |
|---|---|---|---|
| actions-cron.diff | 495 bytes | Dave Cohen |
Comments
Comment #1
Dave Cohen commentedComment #2
shariharan commentedThank you.
Comment #3
Dave Cohen commentedping...
This, along with http://drupal.org/node/260957 are required for cron actions to work.
Comment #4
Dave Cohen commentedwhoops, forgot to update status.
Comment #5
jvandyk commentedFixed. Thanks!
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #7
NigelC commentedAny reason why this wasn't implemented the way Dave proposed?
I see (in 2.6) that the following change wasn't made.
function actions_cron() {
- $aids = _actions_get_hook_aids('cron');
+ $aids = _actions_get_hook_aids('cron', 'run');
Comment #8
jvandyk commentedUh...that would be user error. On my part. Fixed, will appear in 5.x-2.7.
Comment #9
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.