From: bbaetz%student.usyd.edu.au <> Date: Tue, 3 Dec 2002 20:35:44 +0000 (+0000) Subject: Bug 182946 - fix additional typo noticed on irc by tm X-Git-Tag: bugzilla-2.17.2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71befb6c4cc079e6c23e2263d52c115ab3249334;p=thirdparty%2Fbugzilla.git Bug 182946 - fix additional typo noticed on irc by tm --- diff --git a/Bug.pm b/Bug.pm index 29f2e9b736..7d7a1debc7 100755 --- a/Bug.pm +++ b/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 diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index 29f2e9b736..7d7a1debc7 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