add sent by to data form messages sent via inbox

This commit is contained in:
Graham Knop 2007-09-07 16:46:16 +00:00
parent 3ea18fc8d4
commit 77d5866741
2 changed files with 2 additions and 0 deletions

View file

@ -17,6 +17,7 @@
- remove caching behavior, will always send content to the client if they ask
- fix: can't turn off Is Group Admin setting
- Check correct IP for spectre connections
- Inbox messages sent by Data Forms add sent by user
7.4.5
- fix: Apostrophy incorrectly escaped as double quote in some places

View file

@ -763,6 +763,7 @@ sub sendEmail {
WebGUI::Inbox->new($self->session)->addMessage({
userId=>$userId,
groupId=>$groupId,
sentBy => $self->session->user->userId,
subject=>$subject,
message=>$message,
status=>'complete'