aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@balti.ukcod.org.uk>2010-12-08 18:01:58 +0000
committerMatthew Somerville <matthew@balti.ukcod.org.uk>2010-12-08 18:01:58 +0000
commitc5599b96587f4e6a34c59d4dcb1700bbbe37b570 (patch)
tree1c9d6eede6af83996ea5c9bdd449942e834da844
parenta4ab584cfc27886373a042f83be3129fde1ccba9 (diff)
Missing import.
-rw-r--r--perllib/FixMyStreet/Map/Utils.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Map/Utils.pm b/perllib/FixMyStreet/Map/Utils.pm
index 695206785..c1c366c68 100644
--- a/perllib/FixMyStreet/Map/Utils.pm
+++ b/perllib/FixMyStreet/Map/Utils.pm
@@ -15,7 +15,7 @@ use Cobrand;
use mySociety::Gaze;
use mySociety::GeoUtil;
use mySociety::Locale;
-use mySociety::Web qw(NewURL);
+use mySociety::Web qw(ent NewURL);
sub header {
my ($q, $type) = @_;