Skip to content

Commit

Permalink
refs #1816 reportTotal is clearer instead of total
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed Nov 20, 2013
1 parent 57a0a86 commit eaf9951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/API/ProcessedReport.php
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ public function getProcessedReport($idSite, $period, $date, $apiModule, $apiActi
'columns' => $columns,
'reportData' => $newReport,
'reportMetadata' => $rowsMetadata,
'total' => $totals
'reportTotal' => $totals
);
if ($showTimer) {
$return['timerMillis'] = $timer->getTimeMs(0);
Expand Down

0 comments on commit eaf9951

Please sign in to comment.