diff options
author | Matthew Somerville <matthew@dracos.co.uk> | 2011-03-23 17:01:07 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@dracos.co.uk> | 2011-03-23 17:01:07 +0000 |
commit | 7e43a196f8a31a6ed2535a9dd88927a31a132c89 (patch) | |
tree | d145578eef5804a3ad123f78ee2aa097f762d044 /perllib/Page.pm | |
parent | 4f7ca296d63482459ae983ff115cc548154fbb99 (diff) | |
parent | 21c9779d0aa2a1045d91d0e70968e81f03587678 (diff) |
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet
Diffstat (limited to 'perllib/Page.pm')
-rw-r--r-- | perllib/Page.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm index 85719c14f..0e62fefee 100644 --- a/perllib/Page.pm +++ b/perllib/Page.pm @@ -119,6 +119,8 @@ sub microsite { $lang = 'en-gb' if $host =~ /^en\./; Cobrand::set_lang_and_domain(get_cobrand($q), $lang, 1); + FixMyStreet::Map::set_map_class($q->param('map')); + Problems::set_site_restriction($q); Memcached::set_namespace(mySociety::Config::get('BCI_DB_NAME') . ":"); } |