<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
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1246134_1_mailchimp_double.patch | 847 bytes | scor |
Comments
Comment #1
scor commentedComment #2
levelos commentedOops, thanks. Fixed.