Skip to content

Commit

Permalink
Bandwidth Report: Fixed data error for displays with same name (#2684)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgbaybay authored Aug 7, 2024
1 parent f3160bd commit cf6a331
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 cf6a331

Please sign in to comment.