aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App/Controller/My.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-07-01 11:31:32 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-07-01 12:45:22 +0100
commitc6a20311276f00befd27fe0ea7e606db4a13844d (patch)
treea72eec3c6e1654dac232137ee367c4a622f70a48 /perllib/FixMyStreet/App/Controller/My.pm
parentca5761ae2542de544f48f6338d7d81f8711d3caf (diff)
Use our own StreetView tile server, add missing IE6 CSS for OpenLayers, don't set map parameter in JS.
Diffstat (limited to 'perllib/FixMyStreet/App/Controller/My.pm')
-rw-r--r--perllib/FixMyStreet/App/Controller/My.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/perllib/FixMyStreet/App/Controller/My.pm b/perllib/FixMyStreet/App/Controller/My.pm
index b1359ae03..e5346f3d9 100644
--- a/perllib/FixMyStreet/App/Controller/My.pm
+++ b/perllib/FixMyStreet/App/Controller/My.pm
@@ -25,9 +25,6 @@ sub my : Path : Args(0) {
$c->detach( '/auth/redirect' ) unless $c->user;
- # Even though front end doesn't yet have it, have it on this page, it's better!
- FixMyStreet::Map::set_map_class( 'FMS' );
-
my $p_page = $c->req->params->{p} || 1;
my $u_page = $c->req->params->{u} || 1;