summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Bug.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Bug.pm')
-rw-r--r--Bugzilla/Bug.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm
index 3506422ce..d912cd4ea 100644
--- a/Bugzilla/Bug.pm
+++ b/Bugzilla/Bug.pm
@@ -3199,8 +3199,6 @@ sub cc {
ORDER BY profiles.login_name},
undef, $self->bug_id);
- $self->{'cc'} = undef if !scalar(@{$self->{'cc'}});
-
return $self->{'cc'};
}