accidentally undid an old change
authorAndrew Hunt <andrew@aghstrategies.com>
Thu, 24 Oct 2013 21:05:14 +0000 (17:05 -0400)
committerAndrew Hunt <andrew@aghstrategies.com>
Thu, 24 Oct 2013 21:05:14 +0000 (17:05 -0400)
CRM/Admin/Form/ScheduleReminders.php

index ab33813b5f2c2707fb8e432157d2c852cc608f56..1276834d107a0c5374a34eb773755a169cb1f85e 100644 (file)
@@ -207,12 +207,8 @@ class CRM_Admin_Form_ScheduleReminders extends CRM_Admin_Form {
     $this->assign('tokenUrl', $tokenUrl);
     $this->add('text', 'recipient_manual_id', ts('Manual Recipients'));
 
-    $this->addElement(
-      'select',
-      'group_id',
-      ts('Group'),
-      // CRM-13577
-      CRM_Core_PseudoConstant::group()
+    $this->addElement('select', 'group_id', ts('Group'),
+      CRM_Core_PseudoConstant::staticGroup() 
     );
 
     CRM_Mailing_BAO_Mailing::commonCompose($this);