Bug 13447: Fixed HTML Email Reports
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 12 Dec 2014 12:18:47 +0000 (12:18 +0000)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Sun, 28 Dec 2014 23:43:00 +0000 (20:43 -0300)
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 <chris@bigballofwax.co.nz>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
misc/cronjobs/runreport.pl

index 6fcd03a..99bd22f 100755 (executable)
@@ -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 {