From 44b33cc596c05451b3dc4d92f4c2a6d97e17cf21 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Tue, 11 Nov 2014 20:52:35 +1300 Subject: [PATCH] CRM-15581 mailing group form defaults regression --- CRM/Mailing/Form/Group.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Mailing/Form/Group.php b/CRM/Mailing/Form/Group.php index 6aae061050..b4579446d7 100644 --- a/CRM/Mailing/Form/Group.php +++ b/CRM/Mailing/Form/Group.php @@ -139,7 +139,7 @@ class CRM_Mailing_Form_Group extends CRM_Contact_Form_Task { $mailingGroups[$entityTable][$dao->group_type][] = $dao->entity_id; } - $defaults['includeGroups'] = CRM_Utils_Array::value('include', $mailingGroups['civicrm_group']); + $defaults['includeGroups'] = CRM_Utils_Array::value('Include', $mailingGroups['civicrm_group']); $defaults['excludeGroups'] = CRM_Utils_Array::value('Exclude', $mailingGroups['civicrm_group']); if (!empty($mailingGroups['civicrm_mailing'])) { -- 2.25.1