Skip to content

Commit

Permalink
Merge pull request #29096 from civicrm/5.70
Browse files Browse the repository at this point in the history
5.70
  • Loading branch information
demeritcowboy authored Jan 26, 2024
2 parents 8f4a303 + 05058d8 commit 3129207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CRM/Mailing/Service/ListUnsubscribe.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function alterMailParams(&$params, $context = NULL): void {
$listUnsubscribe[] = $params['List-Unsubscribe'];
}
if (array_intersect(['http', 'oneclick'], $methods)) {
$listUnsubscribe[] = '<' . Civi::url('civicrm/mailing/unsubscribe', $this->urlFlags)->addQuery([
$listUnsubscribe[] = '<' . Civi::url('frontend://civicrm/mailing/unsubscribe', $this->urlFlags)->addQuery([
'reset' => 1,
'jid' => $m[1],
'qid' => $m[2],
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/Contact/Page/View/CustomDataView.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{assign var="count" value=$customGroupCount%2}
{if ($count eq $side) or $skipTitle}
{foreach from=$customValues item=cd_edit key=cvID}
<details class="customFieldGroup crm-accordion-wrapper ui-corner-all {$cd_edit.name} crm-custom-set-block-{$customGroupId}" {if !empty($cd_edit.collapse_display)} open{/if}>
<details class="customFieldGroup crm-accordion-wrapper ui-corner-all {$cd_edit.name} crm-custom-set-block-{$customGroupId}" {if empty($cd_edit.collapse_display)} open{/if}>
<summary class="crm-accordion-header crm-master-accordion-header">
{$cd_edit.title}
</summary>
Expand Down

0 comments on commit 3129207

Please sign in to comment.