diff options
author | Matthew Somerville <matthew@balti.ukcod.org.uk> | 2010-12-17 18:35:45 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@balti.ukcod.org.uk> | 2010-12-17 18:35:45 +0000 |
commit | e088d79b83456d5650d99d3fe71bf31e63909886 (patch) | |
tree | 7ac4989eea4a1a06a9e21ae51e4e44f73c193c64 | |
parent | f8d92a1dd6975604c70334fe8ae68e886a0921c7 (diff) |
Needed extra import - hardcodes choice in two locations now, though.
-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 16ce1befd..41e1c9105 100644 --- a/perllib/Page.pm +++ b/perllib/Page.pm @@ -26,6 +26,8 @@ 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/; use mySociety::EvEl; |