diff options
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 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; |