<code>
git diff mailchimp/modules/mailchimp_lists/mailchimp_lists.admin.inc
@@ -102,7 +102,7 @@
     '#title'          => t('Require subscribers to Double Opt-in'),
     '#description'    => t('New subscribers will be sent a link with an email
       they must follow to confirm their subscription.'),
-    '#default' => isset($list->settings['doublein']) ? $list->settings['doublein'] : FALSE,
+    '#default_value' => isset($list->settings['doublein']) ? $list->settings['doublein'] : FALSE,
     '#states' => array(
       // Hide this option for required lists
CommentFileSizeAuthor
#1 1246134_1_mailchimp_double.patch847 bytesscor

Comments

scor’s picture

StatusFileSize
new847 bytes
levelos’s picture

Status: Needs review » Fixed

Oops, thanks. Fixed.

Status: Fixed » Closed (fixed)

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