summaryrefslogtreecommitdiffstats
path: root/post_bug.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'post_bug.cgi')
-rwxr-xr-xpost_bug.cgi2
1 files changed, 0 insertions, 2 deletions
diff --git a/post_bug.cgi b/post_bug.cgi
index ff49df782..78a18e759 100755
--- a/post_bug.cgi
+++ b/post_bug.cgi
@@ -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;