fix typo in Post, re sf#1378493
This commit is contained in:
parent
1a1f477563
commit
ea85a42fca
2 changed files with 2 additions and 1 deletions
|
|
@ -760,7 +760,7 @@ sub setStatusApproved {
|
|||
$self->commit;
|
||||
$self->getThread->incrementReplies($self->get("dateUpdated"),$self->getId) if $self->isReply;
|
||||
unless ($self->isPoster) {
|
||||
WebGUI::MessageLog::addInternationalizedEntry($self->get("ownerUserId"),'',WebGUI::URL::getSiteUrl().'/'.$self->getUrl,579);
|
||||
WebGUI::MessageLog::addInternationalizedEntry($self->get("ownerUserId"),'',WebGUI::URL::getSiteURL().'/'.$self->getUrl,579);
|
||||
}
|
||||
$self->notifySubscribers unless ($session{form}{func} eq 'add');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue