Skip to content

Commit

Permalink
Fix broken mail sending due to Workflow 1.59
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuelsmann committed Feb 18, 2022
1 parent 35451fa commit 5568aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/LedgerSMB/Workflow/Persister/Email.pm
Expand Up @@ -42,7 +42,7 @@ sub _save_email_data {
my $expansions = $ctx->param( 'expansions' );
my $data = {
expansions => ( $expansions ? $json->encode( $expansions ) : undef ),
( map { $_ => $ctx->param( $_ ) }
( map { $_ => scalar $ctx->param( $_ ) }
qw(from to cc bcc notify subject body) )
};

Expand Down

0 comments on commit 5568aae

Please sign in to comment.