aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/Report/New.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Report/New.pm')
-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 e19cdf403..e16739458 100644
--- a/perllib/FixMyStreet/App/Controller/Report/New.pm
+++ b/perllib/FixMyStreet/App/Controller/Report/New.pm
@@ -377,7 +377,7 @@ sub determine_location : Private {
if #
( #
$c->forward('determine_location_from_tile_click')
- || $c->forward('/around/determine_location_from_coords')
+ || $c->forward('/location/determine_location_from_coords')
|| $c->forward('determine_location_from_report')
) #
&& $c->forward('/around/check_location_is_acceptable');