X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/bd92aeb3404ed8625272abccc9a8766f13ab75e6..6e023fcc8768de908976357682d951d9f9a42226:/report_send.php 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();