aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Page.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@balti.ukcod.org.uk>2010-12-21 16:44:01 +0000
committerMatthew Somerville <matthew@balti.ukcod.org.uk>2010-12-21 16:44:01 +0000
commitbe02fdfda244dd18b958dd0759369d842bca00ab (patch)
tree1557740ab3ef430c527d131fb758821ff1573b57 /perllib/Page.pm
parente088d79b83456d5650d99d3fe71bf31e63909886 (diff)
Tidy up map importing a bit.
Diffstat (limited to 'perllib/Page.pm')
-rw-r--r--perllib/Page.pm4
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 {