diff options
author | Struan Donald <struan@exo.org.uk> | 2012-05-25 14:37:41 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-05-25 14:37:41 +0100 |
commit | 3a994d0ac7e6c976bdf8ff40d73c093ad335781f (patch) | |
tree | b903f45a1c01d6f6e5eec62114c66f1ae826ef01 | |
parent | e050af29ca4b0dd6629e418804846a61d1a1293e (diff) |
update photo processing path
-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} }; |