diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-06 11:06:14 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-06 11:06:14 +0100 |
commit | c5e1d0a0bb295454c4d3990cd600ee957e64ea45 (patch) | |
tree | fd4961db59d6c4bd5c9a331f0662cd8f00044118 | |
parent | 32f747cba15b73bf50adbe3bf6b159f28e74315b (diff) | |
parent | 29c1e2780bca1a348d5d6a9531c967b84110f7be (diff) |
Merge branch 'migrate_to_catalyst' of ssh://matthew@git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
-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; } |