]> 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:12:38 +0000 (21:12 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sun, 5 Apr 2015 19:12:38 +0000 (21:12 +0200)
r=dkl a=sgreen

post_bug.cgi

index ff49df782052f14cbd27022a9c5dbaafc1c6dbac..78a18e759754b4130b384ecd71ad086d8111f449 100755 (executable)
@@ -63,8 +63,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;