Bug 1053513 - fix patching error
I yearn for review board and more git-based development. git-svn-id: svn://10.0.0.236/trunk@265565 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
8d9af7f936
commit
2c0b45ce27
@ -1 +1 @@
|
|||||||
9129
|
9130
|
||||||
@ -1 +1 @@
|
|||||||
02c6a481ed267c7f35af46fa61402a9ce7789484
|
ab1b842ba2e2f9ad3774c6c415129a4e196acc57
|
||||||
@ -1141,7 +1141,7 @@ sub update {
|
|||||||
my $last_visits =
|
my $last_visits =
|
||||||
Bugzilla::BugUserLastVisit->match({ bug_id => $self->id });
|
Bugzilla::BugUserLastVisit->match({ bug_id => $self->id });
|
||||||
foreach my $lv (@$last_visits) {
|
foreach my $lv (@$last_visits) {
|
||||||
$lv->remove_from_db() unless $lv->user->is_involved_with_bug($self);
|
$lv->remove_from_db() unless $lv->user->is_involved_in_bug($self);
|
||||||
}
|
}
|
||||||
|
|
||||||
# Update bug ignore data if user wants to ignore mail for this bug
|
# Update bug ignore data if user wants to ignore mail for this bug
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user