Skip to content

Commit

Permalink
Fix typo in CONTACT_FORM_CC_ADDRESSES
Browse files Browse the repository at this point in the history
Remove an erroneous `+` prefix. This fixes 3805249.
  • Loading branch information
hemberger committed Feb 4, 2024
1 parent 3805249 commit 00820bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/smr_beta/files/config/config.specific.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
];

// E-mail addresses to CC on contact form submissions
+const CONTACT_FORM_CC_ADDRESSES = [
const CONTACT_FORM_CC_ADDRESSES = [
'[email protected]',
];

Expand Down
2 changes: 1 addition & 1 deletion roles/smr_live/files/config/config.specific.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
];

// E-mail addresses to CC on contact form submissions
+const CONTACT_FORM_CC_ADDRESSES = [
const CONTACT_FORM_CC_ADDRESSES = [
'[email protected]',
];

Expand Down

0 comments on commit 00820bb

Please sign in to comment.