diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-10-21 11:01:20 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-10-21 11:01:20 +0100 |
commit | 32690f423f65ab281cb9ec8122b3977140b40984 (patch) | |
tree | d09586bc004d051be660c1709c497a8f025efd53 /perllib/FixMyStreet/App/Controller/Around.pm | |
parent | c51d8e6b5ed134521dbdd376271481029b605aaf (diff) | |
parent | 3a2b49ebcb8c65d73108930f421142f2536cb893 (diff) |
Merge branch '1543-reports-page-fixes'
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/Around.pm')
-rw-r--r-- | perllib/FixMyStreet/App/Controller/Around.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/App/Controller/Around.pm b/perllib/FixMyStreet/App/Controller/Around.pm index 1f45f8029..cd96c3b5d 100644 --- a/perllib/FixMyStreet/App/Controller/Around.pm +++ b/perllib/FixMyStreet/App/Controller/Around.pm @@ -292,9 +292,6 @@ sub ajax : Path('/ajax') { my $all_pins = $c->get_param('all_pins') ? 1 : undef; my $interval = $all_pins ? undef : $c->cobrand->on_map_default_max_pin_age; - # Need to be the class that can handle it - FixMyStreet::Map::set_map_class( 'OSM' ); - $c->forward( '/reports/stash_report_filter_status' ); # extract the data from the map |