aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpost_bug.cgi2
1 files changed, 0 insertions, 2 deletions
diff --git a/post_bug.cgi b/post_bug.cgi
index 4680d6804..ca029c01a 100755
--- a/post_bug.cgi
+++ b/post_bug.cgi
@@ -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;