diff options
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Report/New.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Report/New.pm b/perllib/FixMyStreet/App/Controller/Report/New.pm index 70f937eed..15b5d4be5 100644 --- a/perllib/FixMyStreet/App/Controller/Report/New.pm +++ b/perllib/FixMyStreet/App/Controller/Report/New.pm @@ -123,7 +123,7 @@ sub report_new_ajax : Path('mobile') : Args(0) { $c->forward('setup_categories_and_councils'); $c->forward('process_user'); $c->forward('process_report'); - $c->forward('process_photo'); + $c->forward('/photo/process_photo'); unless ($c->forward('check_for_errors')) { $c->stash->{ json_response } = { errors => $c->stash->{field_errors} }; |