mirror of
https://github.com/moodle/moodle.git
synced 2025-04-12 20:12:15 +02:00
Merge branch 'MDL-80240' of https://github.com/paulholden/moodle
This commit is contained in:
commit
eda139f3a0
@ -492,7 +492,7 @@ abstract class grade_report {
|
||||
[
|
||||
'where' => $keywordswhere,
|
||||
'params' => $keywordsparams,
|
||||
] = $this->get_users_search_sql($mappings, (array)$userfields);
|
||||
] = $this->get_users_search_sql($mappings, $userfields->get_required_fields());
|
||||
$this->userwheresql .= " AND $keywordswhere";
|
||||
$this->userwheresql_params = array_merge($this->userwheresql_params, $keywordsparams);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user