Skip to content

Commit

Permalink
Merge pull request #296 from colemanw/renameMailingBaoAgain2
Browse files Browse the repository at this point in the history
5.63 - Update call to renamed mailing BAO
  • Loading branch information
kcristiano authored Jun 15, 2023
2 parents 6b92a2b + 5f32df9 commit d366594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-rest/Controller/Url.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function get_item($request) {
$params = apply_filters('civi_wp_rest/controller/url/params', $this->get_formatted_params($request), $request);

// Track URL.
$url = \CRM_Mailing_Event_BAO_MailingEventClickThrough::track($params['queue_id'], $params['url_id']);
$url = \CRM_Mailing_Event_BAO_MailingEventTrackableURLOpen::track($params['queue_id'], $params['url_id']);

/**
* Filter URL.
Expand Down

0 comments on commit d366594

Please sign in to comment.