X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/f43392d109df8f4b04d623bd933f7a98089fb210..bf300dab88607ee209b83f16a6915bb9d61787bb:/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();