Welcome messages shouldn't be added to inbox as pending.
This commit is contained in:
parent
7f034ba090
commit
4a15ad3980
2 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
http://www.plainblack.com/bugs/tracker/first-event-in-the-calendar-not-working-right
|
||||
- fix: Uploads folder case-sensitive
|
||||
- fix: Creating and updating files in WebGUI creates multiple storage locations.
|
||||
- fix: Welcome messages shouldn't be added to inbox as pending.
|
||||
|
||||
|
||||
7.3.16
|
||||
|
|
|
|||
|
|
@ -256,6 +256,7 @@ sub createAccountSave {
|
|||
message => $self->getSetting("welcomeMessage").$authInfo,
|
||||
subject => $i18n->get(870),
|
||||
userId => $self->userId,
|
||||
status => 'completed',
|
||||
});
|
||||
}
|
||||
$self->session->user({user=>$u});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue