Hi,

I've just upgraded workflow from 7.x-1.0+19-dev to 7.x-1.1 and now I get the above notice.

workflow_actions_trigger_info() is returning an empty array to workflow_actions_action_info_alter() which then naively expects the array to contain a 'workflow' element.

Here's a patch that adds a check if the returned array is empty and just returns.

Cheers,

Alan.

Comments

nancydru’s picture

Status: Active » Fixed

Thanks for the patch. Committed with attribution.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

matt.rad’s picture

Hello,

I am having the same issue. Sorry for the newbie question, but what is the best for me to do here? Should I use the patch or should I install the dev version?

Matt

nancydru’s picture

I would use the dev version. If you're not in a super hurry, 7.x-1.2 will be coming out soon.

matt.rad’s picture

Thanks for your response. I am not in a hurry, so I will wait.