aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Report/Update.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-06-20 18:50:21 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-06-20 18:50:21 +0100
commit094ce47ab94387949a27dbcbde6930754cb8ddc3 (patch)
tree5d088778cfeeb23d0d3b377454b5b4be0fade0ed /perllib/FixMyStreet/App/Controller/Report/Update.pm
parent8e96ff0e64a0b5c96912fa25189d7288d5f1d5ca (diff)
parent1ac833b14eddb275ae124035dc95650e725265d3 (diff)
Merge branch '360-change-email'
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Report/Update.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/Report/Update.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Report/Update.pm b/perllib/FixMyStreet/App/Controller/Report/Update.pm
index 275a300bd..d03797f56 100644
--- a/perllib/FixMyStreet/App/Controller/Report/Update.pm
+++ b/perllib/FixMyStreet/App/Controller/Report/Update.pm
@@ -25,6 +25,7 @@ sub report_update : Path : Args(0) {
$c->forward('check_form_submitted')
or $c->go( '/report/display', [ $c->stash->{problem}->id ] );
+ $c->forward('/auth/check_csrf_token');
$c->forward('process_update');
$c->forward('process_user');
$c->forward('/photo/process_photo');