diff options
author | Gervase Markham <gerv@gerv.net> | 2016-05-13 15:31:15 +0200 |
---|---|---|
committer | Gervase Markham <gerv@mozilla.org> | 2016-05-13 15:31:15 +0200 |
commit | a35c9866e37c8676238ca1ea272f917cf3e57f89 (patch) | |
tree | ae91288f6daa04b10525367b3a999d96cddac2c8 /enter_bug.cgi | |
parent | 152e23f3c6f4fee4d6f2ad46320c027d3ce87876 (diff) | |
download | bugzilla-a35c9866e37c8676238ca1ea272f917cf3e57f89.tar.gz bugzilla-a35c9866e37c8676238ca1ea272f917cf3e57f89.tar.xz |
Rationalise lists of built-in groups and their capabilities into one correct list. r=dylan
Diffstat (limited to 'enter_bug.cgi')
-rwxr-xr-x | enter_bug.cgi | 1 |
1 files changed, 0 insertions, 1 deletions
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 |