From 3272176a7b37b3bd30ef376f7b782f736d207cd4 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 19 Dec 2012 23:38:07 +0100 Subject: Bug 819330: Bugzilla crashes when cloning a bug if the CC list is empty r=dkl a=LpSolit --- Bugzilla/Bug.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'Bugzilla/Bug.pm') 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'}; } -- cgit v1.2.3-24-g4f1b