summaryrefslogtreecommitdiffstats
path: root/process_bug.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'process_bug.cgi')
-rwxr-xr-xprocess_bug.cgi3
1 files changed, 2 insertions, 1 deletions
diff --git a/process_bug.cgi b/process_bug.cgi
index 53e8f77d6..09b45cf92 100755
--- a/process_bug.cgi
+++ b/process_bug.cgi
@@ -1511,7 +1511,8 @@ foreach my $id (@idlist) {
&& ($oldcontrol == CONTROLMAPDEFAULT)) {
# Bug was in a default group.
$buginanydefault = 1;
- if ($newcontrol != CONTROLMAPDEFAULT) {
+ if (($newcontrol != CONTROLMAPDEFAULT)
+ && ($newcontrol != CONTROLMAPMANDATORY)) {
# Bug was in a default group that no longer is.
$buginanychangingdefault = 1;
push (@defaultstoremove, $groupid);