diff options
author | Struan Donald <struan@exo.org.uk> | 2011-05-19 12:56:27 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-05-19 12:56:27 +0100 |
commit | 19f27c24d9dbe6f83a6778f949a35f73514f73b6 (patch) | |
tree | fb34a44726891ddf8e2d9db6ad6e7eaf3d01f0a7 /perllib/FixMyStreet/App/Controller/Report.pm | |
parent | 109b706b68d85708dd023faedd8065efc3839a85 (diff) | |
parent | d44c6e58d1efe505006a38a62b61b1045031dd49 (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/Report.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Report.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Report.pm b/perllib/FixMyStreet/App/Controller/Report.pm index 1e1c6c974..ff4bb080c 100644 --- a/perllib/FixMyStreet/App/Controller/Report.pm +++ b/perllib/FixMyStreet/App/Controller/Report.pm @@ -238,6 +238,7 @@ sub generate_map_tags : Private { post => $map_links ); $c->stash->{map_end_html} = FixMyStreet::Map::display_map_end(0), + $c->stash->{map_js} = FixMyStreet::Map::header_js(); return 1; } |