diff options
author | Struan Donald <struan@exo.org.uk> | 2011-05-23 09:08:12 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-05-23 09:08:12 +0100 |
commit | 55d0afab34953d266824448d279d72787bfd6e07 (patch) | |
tree | 9640df781c74088cb512c0d1ca4f9c8ee5fd950b /perllib/FixMyStreet/App/Controller/Around.pm | |
parent | c62870edf51e1bfe04ad11256bd7ba8b5a4ee5d5 (diff) | |
parent | 8fbb9539e8ada7faf6c54c40bda7d059bdfd0c12 (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 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Around.pm b/perllib/FixMyStreet/App/Controller/Around.pm index 86e2ac001..cc7e84706 100644 --- a/perllib/FixMyStreet/App/Controller/Around.pm +++ b/perllib/FixMyStreet/App/Controller/Around.pm @@ -218,6 +218,7 @@ sub display_location : Private { if mySociety::Config::get('COUNTRY') eq 'GB'; $map_links .= "</p>"; + $c->stash->{map_links} = $map_links; $c->stash->{map_html} = FixMyStreet::Map::display_map( $c->fake_q, @@ -225,9 +226,7 @@ sub display_location : Private { longitude => $longitude, type => 1, pins => \@pins, - post => $map_links ); - $c->stash->{map_end_html} = FixMyStreet::Map::display_map_end(1); $c->stash->{map_js} = FixMyStreet::Map::header_js(); } |