From f770095a34894673cfecf1caf520b8ab87038e81 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Thu, 21 Oct 2010 01:24:05 +0200 Subject: Bug 598014: Document how to mark the initial comment as private when using Bug.create() r/a=mkanat --- process_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process_bug.cgi') diff --git a/process_bug.cgi b/process_bug.cgi index 4f8921559..0d57bfcfe 100755 --- a/process_bug.cgi +++ b/process_bug.cgi @@ -265,7 +265,7 @@ if (should_set('keywords')) { if (should_set('comment')) { $set_all_fields{comment} = { body => scalar $cgi->param('comment'), - is_private => scalar $cgi->param('commentprivacy'), + is_private => scalar $cgi->param('comment_is_private'), }; } if (should_set('see_also')) { -- cgit v1.2.3-24-g4f1b