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));
CommentFileSizeAuthor
#1 mailchimp-n1243892.patch790 bytesdamienmckenna

Comments

damienmckenna’s picture

Status: Active » Needs review
StatusFileSize
new790 bytes

Here's a quick patch.

levelos’s picture

Status: Needs review » Closed (fixed)

Thanks, fixed in commit b7d76cd83733140462cd2eb811d9060cdb0be860.