Commit ed12ad18 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Additional fix for bug 347360: No value returned when calling $flag_type->flag_count twice.

parent addacdeb
......@@ -240,6 +240,7 @@ sub flag_count {
Bugzilla->dbh->selectrow_array('SELECT COUNT(*) FROM flags
WHERE type_id = ?', undef, $self->{'id'});
}
return $self->{'flag_count'};
}
sub inclusions {
......
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