diff options
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 { |