diff options
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Report/Update.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Report/Update.pm b/perllib/FixMyStreet/App/Controller/Report/Update.pm index a1120470b..8de909738 100644 --- a/perllib/FixMyStreet/App/Controller/Report/Update.pm +++ b/perllib/FixMyStreet/App/Controller/Report/Update.pm @@ -323,7 +323,9 @@ sub signup_for_alerts : Private { cobrand => $update->cobrand, cobrand_data => $update->cobrand_data, lang => $update->lang, - )->confirm(); + ); + + $alert->confirm(); $alert->update; } |