diff options
author | mkanat%bugzilla.org <> | 2007-01-04 09:08:05 +0100 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2007-01-04 09:08:05 +0100 |
commit | 069f9bdcec8277cb4d25929335259c44be1f70f4 (patch) | |
tree | 91753b7015be1d3203491102b836c7936bac6dbf | |
parent | c7ff21097b1a8307a1613c6b695ae700f2bda6a0 (diff) | |
download | bugzilla-069f9bdcec8277cb4d25929335259c44be1f70f4.tar.gz bugzilla-069f9bdcec8277cb4d25929335259c44be1f70f4.tar.xz |
Bug 365229: email_in.pl modifies bug permissions without user entering fields
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
-rw-r--r-- | email_in.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/email_in.pl b/email_in.pl index 098586e18..f90bdcd8b 100644 --- a/email_in.pl +++ b/email_in.pl @@ -88,6 +88,8 @@ use constant REQUIRED_PROCESS_FIELDS => qw( bug_file_loc component short_desc + reporter_accessible + cclist_accessible ); # $input_email is a global so that it can be used in die_handler. |