fix 11445 NotifyAboutUsers sends infinite e-mails
This commit is contained in:
parent
efa1d55d30
commit
7532c43d46
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
7.9.0
|
7.9.0
|
||||||
- added: Optimized macro parser for perl 5.10
|
- added: Optimized macro parser for perl 5.10
|
||||||
|
- fixed #11445: NotifyAboutUsers sends infinite e-mails
|
||||||
|
|
||||||
7.8.13
|
7.8.13
|
||||||
- fixed #11418: confusing typ-o in gotcha
|
- fixed #11418: confusing typ-o in gotcha
|
||||||
|
|
|
||||||
|
|
@ -107,7 +107,7 @@ sub execute {
|
||||||
$mail->addText($message);
|
$mail->addText($message);
|
||||||
$mail->addFooter;
|
$mail->addFooter;
|
||||||
$self->session->user({user=>$previousUser});
|
$self->session->user({user=>$previousUser});
|
||||||
return $mail->queue;
|
$mail->queue;
|
||||||
return $self->COMPLETE;
|
return $self->COMPLETE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue