diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm index bc0e4acf9..ff830a86b 100644 --- a/Bugzilla/BugMail.pm +++ b/Bugzilla/BugMail.pm @@ -373,7 +373,6 @@ sub Send { if ($deptext) { push @diffparts, { text => "\n" . trim("\n\n" . $deptext) }; - push @{$diff_array[$#diff_array][1]}, ; } }