X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/02649cd1c0f39d44fd21e0ddc9f5e5eb428409c8..a58bca2afc5d6457d07c886c7c20fb10c941752a:/tofile.php diff --git a/tofile.php b/tofile.php index 36bd7e1c..a40dbf0a 100644 --- a/tofile.php +++ b/tofile.php @@ -60,7 +60,7 @@ $totals_only = $bean->getAttribute('chtotalsonly'); // Obtain items. $options = ttReportHelper::getReportOptions($bean); if ($totals_only) - $subtotals = ttReportHelper::getSubtotals($bean, $options); + $subtotals = ttReportHelper::getSubtotals($options); else $items = ttReportHelper::getItems($options);