ListUnsubscribe - Ensure URL is always absolute
authorTim Otten <totten@civicrm.org>
Thu, 18 Jan 2024 05:51:18 +0000 (21:51 -0800)
committerTim Otten <totten@civicrm.org>
Wed, 24 Jan 2024 08:47:36 +0000 (00:47 -0800)
commit288e736f84650ef320ecfae026d9843cd15a9595
tree4af8758f1767a990c88a82eb9690f1e29a076e4f
parentb612f375f54e50e9adac88b782d604b7d1f6df93
ListUnsubscribe - Ensure URL is always absolute

When delivering via unit-test or cron job, the URL came out absolute.

But when using web UI to "Send test", the URL was relative.

It should be absolute.
CRM/Mailing/Service/ListUnsubscribe.php