With 7.x-2.0 I'm getting the following error when I go to admin/config/services/mailchimp/sts:
Strict warning: Only variables should be passed by reference in mailchimp_sts_admin_page() (line 33 of mailchimp_sts.admin.inc
The line in question is:
$form = drupal_render(drupal_get_form('mailchimp_sts_admin_settings', $emails));
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | mailchimp-n1243892.patch | 790 bytes | damienmckenna |
Comments
Comment #1
damienmckennaHere's a quick patch.
Comment #2
levelos commentedThanks, fixed in commit b7d76cd83733140462cd2eb811d9060cdb0be860.