Skip to content

Commit

Permalink
Merge branch 'MDL-82580' of https://github.com/paulholden/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
HuongNV13 committed Oct 17, 2024
2 parents 7ebe8cc + aecb300 commit b0c3652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/classes/report_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ public static function get_group_filter(stdClass $filterparams): array {
} else {
$joins[] = "userid = :userid";
$params['userid'] = $filterparams->userid;
$useridfilter[$filterparams->userid] = true;
}

return [
Expand Down

0 comments on commit b0c3652

Please sign in to comment.