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