diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-06-06 11:08:27 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-06-06 11:08:27 +0100 |
commit | cd0ff4b083042c7d9a14d369326c5247893416c5 (patch) | |
tree | a63a334ad13696366fed104adbf67e748c1db0c7 /perllib/FixMyStreet/App/Controller/Report/Update.pm | |
parent | c5e1d0a0bb295454c4d3990cd600ee957e64ea45 (diff) |
Complete report update display migration.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Report/Update.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Report/Update.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Report/Update.pm b/perllib/FixMyStreet/App/Controller/Report/Update.pm index 8de909738..e0a7033b9 100644 --- a/perllib/FixMyStreet/App/Controller/Report/Update.pm +++ b/perllib/FixMyStreet/App/Controller/Report/Update.pm @@ -326,8 +326,6 @@ sub signup_for_alerts : Private { ); $alert->confirm(); - - $alert->update; } return 1; |