send most action links thru hook_civicrm_links
[civicrm-core.git] / CRM / Admin / Form / ScheduleReminders.php
index 40bce4d5334b0e1f667a483a157f7d560d54a620..ab33813b5f2c2707fb8e432157d2c852cc608f56 100644 (file)
@@ -207,8 +207,12 @@ 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_Core_PseudoConstant::staticGroup()
+    $this->addElement(
+      'select',
+      'group_id',
+      ts('Group'),
+      // CRM-13577
+      CRM_Core_PseudoConstant::group()
     );
 
     CRM_Mailing_BAO_Mailing::commonCompose($this);