fixed tests
This commit is contained in:
parent
e0b87268c5
commit
18d4b5631c
4 changed files with 37 additions and 31 deletions
|
|
@ -60,7 +60,7 @@ send email when a comment is added
|
|||
|
||||
sub addComment {
|
||||
my $self = shift;
|
||||
$self->update(lastReplyBy => $self->session->user->userId);
|
||||
$self->update({lastReplyBy => $self->session->user->userId});
|
||||
$self->next::method(@_);
|
||||
$self->sendEmailUpdate;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue