Bug 413772: Eliminate sqlify_criteria() in Bugzilla::Flag and replace match() there with Bugzilla::Object::match() - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r/a=LpSolit
git-svn-id: svn://10.0.0.236/trunk@244862 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -550,7 +550,7 @@ foreach my $bug (@bug_objects) {
|
||||
}
|
||||
|
||||
# Set and update flags.
|
||||
Bugzilla::Flag::process($bug, undef, $timestamp, $cgi, $vars);
|
||||
Bugzilla::Flag->process($bug, undef, $timestamp, $cgi, $vars);
|
||||
|
||||
$dbh->bz_commit_transaction();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user