diff options
Diffstat (limited to 'editwhines.cgi')
-rwxr-xr-x | editwhines.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editwhines.cgi b/editwhines.cgi index 04e2b548f..5d388cd0f 100755 --- a/editwhines.cgi +++ b/editwhines.cgi @@ -82,7 +82,7 @@ $user->in_group('bz_canusewhines') object => "reports"}); # May this user send mail to other users? -my $can_mail_others = Bugzilla->user->in_group('bz_canusewhineatothers'); +my $can_mail_others = $user->in_group('bz_canusewhineatothers'); # If the form was submitted, we need to look for what needs to be added or # removed, then what was altered. |