Merge pull request #23892 from eileenmcnaughton/order
[civicrm-core.git] / api / v3 / MailingEventResubscribe.php
index 7ec13dcbea7181de2dbadc8281733044a4b740bd..1e5017caa42a6545867231d43679f82226838aa8 100644 (file)
@@ -35,7 +35,7 @@ function civicrm_api3_mailing_event_resubscribe_create($params) {
   if (count($groups)) {
     CRM_Mailing_Event_BAO_Resubscribe::send_resub_response(
       $params['event_queue_id'],
-      $groups, FALSE,
+      $groups,
       $params['job_id']
     );
     return civicrm_api3_create_success($params);