summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-04-05 21:12:38 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2015-04-05 21:12:38 +0200
commitfe75edaf698f6bdfb66d8784e0f6ca191212efd3 (patch)
tree11d1680aea10350627eab4cfb4f818868aedaf54
parent82ea617741781f0583857f55372335f179f1540d (diff)
downloadbugzilla-fe75edaf698f6bdfb66d8784e0f6ca191212efd3.tar.gz
bugzilla-fe75edaf698f6bdfb66d8784e0f6ca191212efd3.tar.xz
Bug 1128194: Remove 'umask 0' from post_bug.cgi
r=dkl a=sgreen
-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;