aboutsummaryrefslogtreecommitdiffstats
path: root/perllib
diff options
context:
space:
mode:
authorMyfanwy Nixon <myf@mysociety.org>2014-04-10 17:11:58 +0100
committerMatthew Somerville <matthew@mysociety.org>2014-05-16 18:24:22 +0100
commit3687cc573db7fbdae09773d9007bc6abeac89409 (patch)
tree0931cf51030a5bcf55fe7bf9fc07611735d76007 /perllib
parent0d190daf11c8ff29fd53b3a342d0717f5b73da05 (diff)
Update all email templates with new text.
And FixMyStreet.com specific open questionnaire page.
Diffstat (limited to 'perllib')
-rw-r--r--perllib/FixMyStreet/DB/ResultSet/Questionnaire.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/DB/ResultSet/Questionnaire.pm b/perllib/FixMyStreet/DB/ResultSet/Questionnaire.pm
index 3c68fba26..64ba8ec6a 100644
--- a/perllib/FixMyStreet/DB/ResultSet/Questionnaire.pm
+++ b/perllib/FixMyStreet/DB/ResultSet/Questionnaire.pm
@@ -98,6 +98,8 @@ sub send_questionnaires_period {
. $row->user->email . "\n"
if $params->{verbose};
+ $h{site_name} = $cobrand->site_title();
+
my $result = FixMyStreet::App->send_email_cron(
{
_template_ => $template,