mirror of
https://github.com/moodle/moodle.git
synced 2025-04-04 16:04:00 +02:00
Merge branch 'MDL-71647' of https://github.com/paulholden/moodle
This commit is contained in:
commit
df7bbf713e
@ -494,7 +494,11 @@ abstract class user_selector_base {
|
||||
* this uses ? style placeholders.
|
||||
*/
|
||||
protected function search_sql(string $search, string $u): array {
|
||||
return users_search_sql($search, $u, $this->searchanywhere, array_values($this->userfieldsmappings),
|
||||
$extrafields = $this->includecustomfields
|
||||
? array_values($this->userfieldsmappings)
|
||||
: $this->extrafields;
|
||||
|
||||
return users_search_sql($search, $u, $this->searchanywhere, $extrafields,
|
||||
$this->exclude, $this->validatinguserids);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user