put the unsubscribe link in the CS notification template

This commit is contained in:
James Tolley 2007-07-10 21:39:11 +00:00
parent eabffb0342
commit de4da68884
5 changed files with 117 additions and 64 deletions

View file

@ -1839,7 +1839,7 @@ sub processTemplate {
$var->{$meta->{$field}{fieldName}} = $meta->{$field}{value};
}
$var->{'controls'} = $self->getToolbar;
my %vars = (
my %vars = (
%{$self->{_properties}},
%{$var}
);