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:
bzrmirror%bugzilla.org 2014-09-10 15:45:48 +00:00
parent 8d9af7f936
commit 2c0b45ce27
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
9129
9130

View File

@ -1 +1 @@
02c6a481ed267c7f35af46fa61402a9ce7789484
ab1b842ba2e2f9ad3774c6c415129a4e196acc57

View File

@ -1141,7 +1141,7 @@ sub update {
my $last_visits =
Bugzilla::BugUserLastVisit->match({ bug_id => $self->id });
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