Commit 562dacaa authored by myk%mozilla.org's avatar myk%mozilla.org

Fix for bug 174731: no longer represents spurious flags as being set by default.

r=joel
parent f48f1fd6
......@@ -214,6 +214,7 @@ sub show_bug {
foreach my $flag_type (@$flag_types) {
$flag_type->{'flags'} =
Bugzilla::Flag::match({ 'bug_id' => $id ,
'type_id' => $flag_type->{'id'} ,
'target_type' => 'bug' });
}
$vars->{'flag_types'} = $flag_types;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment