Skip to content

Commit

Permalink
Bug 1070640 - Fix for bad cherry-pick manipulation
Browse files Browse the repository at this point in the history
Git decided to drop some of the changes introduce by the commit we
cherry-picked during the pick.  This patch restores them and thus gets
the module compiling again. Cherry-pick in question was of commit
0ff4174
  • Loading branch information
mrenvoize committed Mar 22, 2024
1 parent 50dce12 commit 2f59981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bugzilla/Sender/Transport/Sendmail.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use parent qw(Email::Sender::Transport::Sendmail);
use Email::Sender::Failure;

sub send_email {
my ($class, $message, $envelope) = @_;
my ($self, $email, $envelope) = @_;

my $pipe = $self->_sendmail_pipe($envelope);

Expand Down

0 comments on commit 2f59981

Please sign in to comment.