- fix [ 1177020 ] Preview, then Save a Post -subscribers get two notifications
This commit is contained in:
parent
74b83adc95
commit
b095533e74
1 changed files with 1 additions and 1 deletions
|
|
@ -756,7 +756,7 @@ sub setStatusApproved {
|
|||
unless ($self->isPoster) {
|
||||
WebGUI::MessageLog::addInternationalizedEntry($self->get("ownerUserId"),'',$self->getUrl,579);
|
||||
}
|
||||
$self->notifySubscribers;
|
||||
$self->notifySubscribers unless ($session{form}{func} eq 'add');
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue