]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 365229: email_in.pl modifies bug permissions without user entering fields
authormkanat%bugzilla.org <>
Thu, 4 Jan 2007 08:08:05 +0000 (08:08 +0000)
committermkanat%bugzilla.org <>
Thu, 4 Jan 2007 08:08:05 +0000 (08:08 +0000)
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk

email_in.pl

index 098586e18b01ee9b855f6c9cb676a13a3f36fb9e..f90bdcd8b1a822e8dabdc867447c56f17bee95a5 100644 (file)
@@ -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.