diff options
author | Matthew Somerville <matthew@balti.ukcod.org.uk> | 2010-12-21 16:44:01 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@balti.ukcod.org.uk> | 2010-12-21 16:44:01 +0000 |
commit | be02fdfda244dd18b958dd0759369d842bca00ab (patch) | |
tree | 1557740ab3ef430c527d131fb758821ff1573b57 /perllib/Page.pm | |
parent | e088d79b83456d5650d99d3fe71bf31e63909886 (diff) |
Tidy up map importing a bit.
Diffstat (limited to 'perllib/Page.pm')
-rw-r--r-- | perllib/Page.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm index 41e1c9105..fddbc61d1 100644 --- a/perllib/Page.pm +++ b/perllib/Page.pm @@ -26,7 +26,6 @@ use Text::Template; use Memcached; use Problems; use Cobrand; -use FixMyStreet::Map::Tilma::Original::1_10k; use mySociety::Config; use mySociety::DBHandle qw/dbh select_all/; @@ -43,6 +42,9 @@ BEGIN { mySociety::Config::set_file("$dir/../conf/general"); } +# Under the BEGIN so that the config has been set. +use FixMyStreet::Map; + my $lastmodified; sub do_fastcgi { |