Fix bug #12454, loss of from field data when emailing groups

This commit is contained in:
Colin Kuskie 2014-10-16 16:33:09 -04:00
parent b6196d9a77
commit 2f2887369e
2 changed files with 3 additions and 0 deletions

View file

@ -1,4 +1,5 @@
7.10.29
- fixed #12454: Email to Group ignores the From field
7.10.28
- fixed: Clearing the caches for groups that don't exist, but have created group objects.

View file

@ -868,6 +868,8 @@ sub www_emailGroupSend {
status => 'unread',
message => $f->process('message', 'HTMLArea'),
sentBy => $session->user->userId,
},
{
overridePerUserDelivery => $f->get('override'),
extraHeaders => { from => $f->get('from') }
}