From d42a148b6c686a27b12b58c97c674f252c2f53af Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Fri, 12 Jun 2015 00:18:04 +0000 Subject: [PATCH] Remove the call to list smart groups as no longer needed --- CRM/Mailing/Form/Group.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Mailing/Form/Group.php b/CRM/Mailing/Form/Group.php index f64c236d2a..9ff03260a1 100644 --- a/CRM/Mailing/Form/Group.php +++ b/CRM/Mailing/Form/Group.php @@ -240,7 +240,6 @@ class CRM_Mailing_Form_Group extends CRM_Contact_Form_Task { if ($this->_searchBasedMailing) { //CRM-16600 Include Smart Groups in Unsubscribe list as that matches //all other practices in CiviMail - $staticGroups = CRM_Core_PseudoConstant::staticGroup(FALSE, 'Mailing'); $this->add('select', 'baseGroup', ts('Unsubscription Group'), array( -- 2.25.1