diff options
-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 34981a34e..cb1ce8573 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('/council/load_and_check_councils'); + return $c->forward('/council/load_and_check_councils', 'submit_problem' ); } =head2 /ajax |