diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2015-04-05 21:12:38 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2015-04-05 21:12:38 +0200 |
commit | fe75edaf698f6bdfb66d8784e0f6ca191212efd3 (patch) | |
tree | 11d1680aea10350627eab4cfb4f818868aedaf54 /post_bug.cgi | |
parent | 82ea617741781f0583857f55372335f179f1540d (diff) | |
download | bugzilla-fe75edaf698f6bdfb66d8784e0f6ca191212efd3.tar.gz bugzilla-fe75edaf698f6bdfb66d8784e0f6ca191212efd3.tar.xz |
Bug 1128194: Remove 'umask 0' from post_bug.cgi
r=dkl a=sgreen
Diffstat (limited to 'post_bug.cgi')
-rwxr-xr-x | post_bug.cgi | 2 |
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; |