mirror of
https://github.com/moodle/moodle.git
synced 2025-04-04 16:04:00 +02:00
MDL-82580 report_log: preserve filter by individual user.
This commit is contained in:
parent
525fc81cf6
commit
aecb3000f6
@ -157,6 +157,7 @@ class report_helper {
|
||||
} else {
|
||||
$joins[] = "userid = :userid";
|
||||
$params['userid'] = $filterparams->userid;
|
||||
$useridfilter[$filterparams->userid] = true;
|
||||
}
|
||||
|
||||
return [
|
||||
|
Loading…
x
Reference in New Issue
Block a user