Closed (fixed)
Project:
Webform Confirm Email Address
Version:
6.x-3.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 May 2012 at 15:31 UTC
Updated:
20 Mar 2013 at 21:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
cocoggu commentedAfter some research, I find it was not because of workflow but because i send mail during workflow process.
So on line 29, foreach loop was trying to access to webform['emails'] which didn't exist in this case.
So I test if this table was setted at the beginning of the
webform_confirm_email_mail_alterfunctionHere is the new beginning of the function:
...and it works like a charm.
Comment #2
matthias_mo commentedplease get the latest git version, the code has changed quite drastically since.
Comment #2.0
matthias_mo commentedErratum about emails reception