X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=api%2Fv3%2FMailingEventResubscribe.php;h=1e5017caa42a6545867231d43679f82226838aa8;hb=2b2ecd5aace03d5e7667819d2d48a06c233883a8;hp=7ec13dcbea7181de2dbadc8281733044a4b740bd;hpb=de6eb1ef8e5ab37e95cbbb06dc740cbd783e3fa7;p=civicrm-core.git diff --git a/api/v3/MailingEventResubscribe.php b/api/v3/MailingEventResubscribe.php index 7ec13dcbea..1e5017caa4 100644 --- a/api/v3/MailingEventResubscribe.php +++ b/api/v3/MailingEventResubscribe.php @@ -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);