From 57584dc4744fea59833ef355f7513690d246c70f Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Tue, 4 Oct 2011 18:25:23 -0400 Subject: more porting work --- quips.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'quips.cgi') diff --git a/quips.cgi b/quips.cgi index 74c0047a1..14126e43c 100755 --- a/quips.cgi +++ b/quips.cgi @@ -78,6 +78,7 @@ if ($action eq "add") { check_hash_token($token, ['create-quips']); # Add the quip + # Upstreaming: https://bugzilla.mozilla.org/show_bug.cgi?id=621879 my $approved = (Bugzilla->params->{'quip_list_entry_control'} eq "open") || $user->in_group('bz_quip_moderators') || 0; my $comment = $cgi->param("quip"); -- cgit v1.2.3-24-g4f1b