aboutsummaryrefslogtreecommitdiffstats
path: root/bin/send-questionnaires-eha
diff options
context:
space:
mode:
Diffstat (limited to 'bin/send-questionnaires-eha')
-rwxr-xr-xbin/send-questionnaires-eha4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/send-questionnaires-eha b/bin/send-questionnaires-eha
index f67e38116..4df5c293f 100755
--- a/bin/send-questionnaires-eha
+++ b/bin/send-questionnaires-eha
@@ -6,7 +6,7 @@
# Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved.
# Email: matthew@mysociety.org. WWW: http://www.mysociety.org
#
-# $Id: send-questionnaires-eha,v 1.1 2008-10-09 18:21:17 matthew Exp $
+# $Id: send-questionnaires-eha,v 1.2 2009-05-27 15:27:18 matthew Exp $
use strict;
require 5.8.0;
@@ -84,7 +84,7 @@ sub send_q {
my $sender = mySociety::Config::get('CONTACT_EMAIL');
my $email = mySociety::Email::construct_email({
- _template_ => $template,
+ _template_ => _($template),
_parameters_ => \%h,
To => [ [ $row->{email}, $row->{name} ] ],
From => [ $sender, 'Empty Homes Agency' ],