aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthew <matthew>2007-03-07 16:18:30 +0000
committermatthew <matthew>2007-03-07 16:18:30 +0000
commita5c5ac46018c51a94d54c306635e03487bdb5b6b (patch)
treec86dd9890098ceba8a131c7087c6a9f342d0782f
parentcd4e690f339d2f342884d7b3023324fc4693b800 (diff)
Bugfix.
-rwxr-xr-xweb/contact.cgi3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/contact.cgi b/web/contact.cgi
index 580e098f3..64b83e5f3 100755
--- a/web/contact.cgi
+++ b/web/contact.cgi
@@ -6,7 +6,7 @@
# Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved.
# Email: matthew@mysociety.org. WWW: http://www.mysociety.org
#
-# $Id: contact.cgi,v 1.7 2007-02-02 23:31:39 matthew Exp $
+# $Id: contact.cgi,v 1.8 2007-03-07 16:18:30 matthew Exp $
use strict;
require 5.8.0;
@@ -19,6 +19,7 @@ use Page;
use mySociety::Config;
use mySociety::Email;
use mySociety::Util;
+use mySociety::Web qw(ent);
BEGIN {
mySociety::Config::set_file("$FindBin::Bin/../conf/general");