Closed (fixed)
Project:
Webform Mailchimp
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2012 at 17:37 UTC
Updated:
6 Apr 2012 at 12:20 UTC
I get a:
Notice: Undefined variable: email_address in webform_mailchimp_webform_submission_insert() (line 130 of .../sites/all/modules/webform_mailchimp/webform_mailchimp.module).
...for forms that do not make use of Webform Mailchimp integration. Not all forms on my site have Mailchimp mail list signup. Those forms throw the above warning. The one form I have that does mail list signup works fine.
To make this "play nice", do we just need $email_address declared near the beginning of webform_mailchimp_webform_submission_insert() ? See patch.
| Comment | File | Size | Author |
|---|---|---|---|
| webform_mailchimp.module.diff | 679 bytes | jschrab |
Comments
Comment #1
blackdog commentedYes, committed. Thanks!