Skip to content

Commit

Permalink
fixup! [Bucks] Add email alternative to templates
Browse files Browse the repository at this point in the history
  • Loading branch information
MorayMySoc committed Jul 4, 2022
1 parent 7bfce65 commit d005224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perllib/FixMyStreet/App/Controller/Admin/Templates.pm
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ sub edit : Path : Args(2) {

$template->text( $c->get_param('text') );
$template->email_text( $c->get_param('email') || '');
$template->use_template_email( $c->get_param('use_template_email') || '');
$template->use_template_email( $c->get_param('use_template_email') || 0);
$template->state( $c->get_param('state') );

my $ext_code = $c->cobrand->call_hook('admin_templates_external_status_code_hook');
Expand Down

0 comments on commit d005224

Please sign in to comment.