Skip to content

Commit

Permalink
Bandwidth Report: Fixed data error for duplicate name
Browse files Browse the repository at this point in the history
  • Loading branch information
mgbaybay committed Aug 5, 2024
1 parent 3660c96 commit 6738cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Report/Bandwidth.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ public function getResults(SanitizerInterface $sanitizedParams)
$params['displayid'] = $displayId;
}

$SQL .= 'GROUP BY display.display ';
$SQL .= 'GROUP BY display.displayId, display.display ';

if ($displayId != 0) {
$SQL .= ' , bandwidthtype.name ';
Expand Down

0 comments on commit 6738cc8

Please sign in to comment.