aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perllib/FixMyStreet/App/Controller/Report/Update.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Report/Update.pm b/perllib/FixMyStreet/App/Controller/Report/Update.pm
index 5b0dad170..e0433473d 100644
--- a/perllib/FixMyStreet/App/Controller/Report/Update.pm
+++ b/perllib/FixMyStreet/App/Controller/Report/Update.pm
@@ -204,7 +204,7 @@ sub process_update : Private {
if ( $c->req->param('fms_extra_title') ) {
my %extras = ();
$extras{title} = $c->req->param('fms_extra_title');
- $extras{email_alerts_required} = $c->req->param('add_alert');
+ $extras{email_alerts_requested} = $c->req->param('add_alert');
$update->extra( \%extras );
$c->stash->{fms_extra_title} = $c->req->param('fms_extra_title');