From 71befb6c4cc079e6c23e2263d52c115ab3249334 Mon Sep 17 00:00:00 2001 From: "bbaetz%student.usyd.edu.au" <> Date: Tue, 3 Dec 2002 20:35:44 +0000 Subject: Bug 182946 - fix additional typo noticed on irc by tm --- Bugzilla/Bug.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index 29f2e9b73..7d7a1debc 100755 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -206,7 +206,7 @@ sub initBug { 'target_type' => 'bug' }); } $self->{'flag_types'} = $flag_types; - $self->{'any_flags_requesteeable'} = grep($_->{'is_requesteeble'}, @$flag_types); + $self->{'any_flags_requesteeble'} = grep($_->{'is_requesteeble'}, @$flag_types); # The number of types of flags that can be set on attachments to this bug # and the number of flags on those attachments. One of these counts must be -- cgit v1.2.3-24-g4f1b