diff options
author | Struan Donald <struan@exo.org.uk> | 2011-06-06 12:32:43 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-06-06 12:32:43 +0100 |
commit | 75fe00034fc5be24e2222cf116656fc350b98e67 (patch) | |
tree | df8d29092083025a818688d496e26913ed2a3a7f /perllib/FixMyStreet/App/Controller/Around.pm | |
parent | c297e65b2fb0cf61c5d6a3b2caa477c473fccd96 (diff) | |
parent | 1aa62d33e4e038e9edf994084603086eff26b6ac (diff) |
Merge branch 'migrate_to_catalyst' of ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Around.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Around.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Around.pm b/perllib/FixMyStreet/App/Controller/Around.pm index 4aa37aa08..c554b2bb7 100644 --- a/perllib/FixMyStreet/App/Controller/Around.pm +++ b/perllib/FixMyStreet/App/Controller/Around.pm @@ -171,7 +171,7 @@ sub display_location : Private { # get the map features my ( $on_map_all, $on_map, $around_map, $distance ) = - FixMyStreet::Map::map_features( $c->fake_q, $latitude, $longitude, + FixMyStreet::Map::map_features( $c, $latitude, $longitude, $interval ); # copy the found reports to the stash @@ -266,7 +266,7 @@ sub ajax : Path('/ajax') { # extract the data from the map my ( $pins, $on_map, $around_map, $dist ) = - FixMyStreet::Map::map_pins( $c->fake_q, $x, $y, $sx, $sy, $interval ); + FixMyStreet::Map::map_pins( $c, $x, $y, $sx, $sy, $interval ); # render templates to get the html # my $on_map_list_html = $c->forward( |