]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1128194: Remove 'umask 0' from post_bug.cgi
authorFrédéric Buclin <LpSolit@gmail.com>
Sun, 5 Apr 2015 19:07:50 +0000 (21:07 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sun, 5 Apr 2015 19:07:50 +0000 (21:07 +0200)
r=dkl a=sgreen

post_bug.cgi

index 4680d6804b9bee24e5c899633ce3fa27dbcd20e4..ca029c01a69a813e86dd0fd8c91ff3950bb95b4a 100755 (executable)
@@ -64,8 +64,6 @@ if (defined $cgi->param('maketemplate')) {
     exit;
 }
 
-umask 0;
-
 # The format of the initial comment can be structured by adding fields to the
 # enter_bug template and then referencing them in the comment template.
 my $comment;