diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-05-22 14:49:42 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-05-22 14:49:42 +0100 |
commit | df4583814b09d3844db1ffe671b2cb8ff48a6d93 (patch) | |
tree | 3d01231000b4ca071aeaf2fd7393316a0b6aed4d /perllib/FixMyStreet/App/Controller/Report/Update.pm | |
parent | 7985b5e44688f9ddaf430bf06c42b50484da038a (diff) | |
parent | 58365c1fc883f64e6a8c9b4cd70869013c179b69 (diff) |
Merge branch 'master' into bromley
Conflicts:
bin/send-reports
perllib/FixMyStreet/App/Controller/Report/New.pm
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Report/Update.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Report/Update.pm | 2 |
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 7542fbe96..5b0dad170 100644 --- a/perllib/FixMyStreet/App/Controller/Report/Update.pm +++ b/perllib/FixMyStreet/App/Controller/Report/Update.pm @@ -23,7 +23,7 @@ sub report_update : Path : Args(0) { $c->forward( '/report/load_problem_or_display_error', [ $c->req->param('id') ] ); $c->forward('process_update'); $c->forward('process_user'); - $c->forward('/report/new/process_photo'); + $c->forward('/photo/process_photo'); $c->forward('check_for_errors') or $c->go( '/report/display', [ $c->req->param('id') ] ); |