@@ -, +, @@ --- misc/cronjobs/runreport.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/misc/cronjobs/runreport.pl +++ a/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 { --