Also include implicit subscription group members in recipient list of newsletter collections.
This commit is contained in:
parent
c7d033afe0
commit
a858e8fb44
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ sub getRecipients {
|
|||
my $self = shift;
|
||||
my $db = $self->session->db;
|
||||
|
||||
return $self->getSubscriptionGroup->getUsers;
|
||||
return $self->getSubscriptionGroup->getAllUsers;
|
||||
}
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue