diff options
author | Matthew Somerville <matthew@balti.ukcod.org.uk> | 2010-11-24 19:32:17 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@balti.ukcod.org.uk> | 2010-11-24 19:32:17 +0000 |
commit | a821c15c33c59bb8ff3bb5f5722a15f2ca527b6c (patch) | |
tree | d31a8d6b7d15b6fe9704c14536e506b944176c3e /web/import.cgi | |
parent | b63492a28b56cb05396bc41e66e312eacf3ad62a (diff) |
Have FixMyStreet::Map return the JS it needs.
Diffstat (limited to 'web/import.cgi')
-rwxr-xr-x | web/import.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/import.cgi b/web/import.cgi index f839bd5f5..2aede1697 100755 --- a/web/import.cgi +++ b/web/import.cgi @@ -11,6 +11,7 @@ use strict; use Error qw(:try); use Standard; +use Utils; use mySociety::AuthToken; use mySociety::EmailUtil; use mySociety::EvEl; |