Jump to content

[BUG 4.6.11] Broken link in unsubscribeStream plaintext email template


Go to solution Solved by Stuart Silvester,

Recommended Posts

The email template \applications\core\dev\email\unsubscribeStream.txt contains a broken link:

<ips:template parameters="$streamId, $streamTitle, $key, $member, $email" />
{$email->language->addToStack("unsubscribe_blurb_stream", FALSE, array( 'sprintf' => array( $streamTitle )))}
{$email->language->addToStack("unsubscribe_blurb", FALSE)} {$email->language->addToStack( 'unsubscribe', FALSE )}: {url="app=core&module=discover&controller=streams&do=unsubscribeFromEmail&id={$streamId}&gkey={$key}

 

The unsubscribe link on the last line is missing a double quote, the base parameter and the closing parenthesis:

{url="app=core&module=discover&controller=streams&do=unsubscribeFromEmail&id={$streamId}&gkey={$key}" base="front"}

 

Edited by teraßyte
Link to comment
Share on other sites

  • 1 month later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...