X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=report_send.php;h=9bbf9f51cb471522f89df418e67db370dd7eb508;hb=f9e704d00a2d21b1a94332e088f78c22da03d37c;hp=ea6c555b5563a9cca8c9d9d43c5d431709b89814;hpb=f43392d109df8f4b04d623bd933f7a98089fb210;p=timetracker.git diff --git a/report_send.php b/report_send.php index ea6c555b..9bbf9f51 100644 --- a/report_send.php +++ b/report_send.php @@ -75,7 +75,7 @@ if ($request->isPost()) { $options = ttReportHelper::getReportOptions($bean); // Prepare report body. - $body = ttReportHelper::prepareReportBody($bean, $options, $cl_comment); + $body = ttReportHelper::prepareReportBody($options, $cl_comment); import('mail.Mailer'); $mailer = new Mailer();