aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-05-25 14:37:41 +0100
committerStruan Donald <struan@exo.org.uk>2012-05-25 14:37:41 +0100
commit3a994d0ac7e6c976bdf8ff40d73c093ad335781f (patch)
treeb903f45a1c01d6f6e5eec62114c66f1ae826ef01
parente050af29ca4b0dd6629e418804846a61d1a1293e (diff)
update photo processing path
-rw-r--r--perllib/FixMyStreet/App/Controller/Report/New.pm2
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} };