Bug 1128194: Remove 'umask 0' from post_bug.cgi

r=dkl a=sgreen


git-svn-id: svn://10.0.0.236/trunk@265901 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org 2015-04-05 19:30:51 +00:00
parent 1d5882cc07
commit 976379aa98
3 changed files with 2 additions and 4 deletions

View File

@ -1 +1 @@
9355
9356

View File

@ -1 +1 @@
82ea617741781f0583857f55372335f179f1540d
fe75edaf698f6bdfb66d8784e0f6ca191212efd3

View File

@ -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;