diff options
author | Struan Donald <struan@exo.org.uk> | 2011-05-06 12:41:54 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-05-06 12:41:54 +0100 |
commit | cb96544166c1e34611d5e33f8a978b12e4eab747 (patch) | |
tree | c4b3d43e627495493205e34406603d17f6e218c0 /perllib/FixMyStreet/App/Controller/Around.pm | |
parent | 76f5ec4a6d053554e1532d6ca348246c366d6c9e (diff) |
tell load and check councils what we are checking
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 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 |