From 36f56b81774340a49f3ad137c77d0d74207acbc1 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 12 Dec 2014 12:18:47 +0000 Subject: [PATCH] Bug 13447: Fixed HTML Email Reports A tiny typo made in runreport.pl when updating it for bug 9530 lead to no body being attached to html emails. Signed-off-by: Chris Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- misc/cronjobs/runreport.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/cronjobs/runreport.pl b/misc/cronjobs/runreport.pl index 6fcd03a368..99bd22fb2b 100755 --- a/misc/cronjobs/runreport.pl +++ b/misc/cronjobs/runreport.pl @@ -276,7 +276,7 @@ foreach my $report_id (@ARGV) { from => $from, contenttype => 'text/html', subject => encode('utf8', $subject ), - messsage => encode('utf8', $message ) + message => encode('utf8', $message ) } ); } else { -- 2.20.1