diff options
author | Struan Donald <struan@exo.org.uk> | 2011-07-25 21:00:11 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-07-25 21:00:11 +0100 |
commit | bd5bc648aadd62d45a3a4117aa280d0ba7f5f755 (patch) | |
tree | e68aa71c56127d430ae95d0f1cf8ba6c31fd338a /perllib/FixMyStreet/App.pm | |
parent | 85745e3d59689af171abc3fbe98ef8d9e5f10e88 (diff) | |
parent | c916094412f4eacfb1a56a0d9bb00e15f53ab253 (diff) |
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet into lichfield-cobrand
Diffstat (limited to 'perllib/FixMyStreet/App.pm')
-rw-r--r-- | perllib/FixMyStreet/App.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App.pm b/perllib/FixMyStreet/App.pm index 29d224268..68bfc728b 100644 --- a/perllib/FixMyStreet/App.pm +++ b/perllib/FixMyStreet/App.pm @@ -180,7 +180,7 @@ sub setup_request { Memcached::set_namespace( FixMyStreet->config('BCI_DB_NAME') . ":" ); - my $map = $host =~ /^osm\./ ? 'OSM' : $c->req->param('map'); + my $map = $host =~ /^osm\./ ? 'OSM' : $c->req->param('map_override'); #if ($c->sessionid) { # $map = $c->session->{map}; # $map = undef unless $map eq 'OSM'; |