From a35c9866e37c8676238ca1ea272f917cf3e57f89 Mon Sep 17 00:00:00 2001 From: Gervase Markham Date: Fri, 13 May 2016 14:31:15 +0100 Subject: Rationalise lists of built-in groups and their capabilities into one correct list. r=dylan --- enter_bug.cgi | 1 - 1 file changed, 1 deletion(-) (limited to 'enter_bug.cgi') diff --git a/enter_bug.cgi b/enter_bug.cgi index 4f0992df7..d7f8e60a1 100755 --- a/enter_bug.cgi +++ b/enter_bug.cgi @@ -135,7 +135,6 @@ sub formvalue { ############################################################################## my $has_editbugs = $user->in_group('editbugs', $product->id); -my $has_canconfirm = $user->in_group('canconfirm', $product->id); # If a user is trying to clone a bug # Check that the user has authorization to view the parent bug -- cgit v1.2.3-24-g4f1b