diff options
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Around.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Around.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Around.pm b/perllib/FixMyStreet/App/Controller/Around.pm index f824ff64a..34981a34e 100644 --- a/perllib/FixMyStreet/App/Controller/Around.pm +++ b/perllib/FixMyStreet/App/Controller/Around.pm @@ -348,7 +348,7 @@ sub check_location_is_acceptable : Private { } # check that there are councils that can accept this location - return $c->forward('/report/new/load_and_check_councils'); + return $c->forward('/council/load_and_check_councils'); } =head2 /ajax |