mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
MDL-34657 gropus UI: delete unused var.
This commit is contained in:
parent
7ba4b17f00
commit
b5d155a417
@ -737,7 +737,6 @@ class group_members_selector extends groups_user_selector_base {
|
||||
list($wherecondition, $params) = $this->search_sql($search, 'u');
|
||||
|
||||
list($sort, $sortparams) = users_order_by_sql('u', $search, $this->accesscontext);
|
||||
$orderby = ' ORDER BY ' . $sort;
|
||||
|
||||
$roles = groups_get_members_by_role($this->groupid, $this->courseid,
|
||||
$this->required_fields_sql('u') . ', gm.component',
|
||||
|
Loading…
x
Reference in New Issue
Block a user