mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 09:36:19 -05:00
Hotfix for unsubscribe via email
This commit is contained in:
parent
c7283751a3
commit
b92e2b33eb
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ module Email
|
|||
end
|
||||
else
|
||||
html_override.gsub!("%{unsubscribe_link}", "")
|
||||
html_override.gsub!("%{unsubscribe_via_email_link}", "")
|
||||
end
|
||||
|
||||
header_instructions = @template_args[:header_instructions]
|
||||
|
|
Loading…
Reference in a new issue