mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-48073 enrol: Fixed group filter resetting erroneously.
This commit is contained in:
parent
da0ef2e4cf
commit
b6772ac721
2 changed files with 2 additions and 2 deletions
|
@ -886,7 +886,7 @@ class course_enrolment_manager {
|
|||
$args['search'] = $this->searchfilter;
|
||||
}
|
||||
if (!empty($this->groupfilter)) {
|
||||
$args['group'] = $this->groupfilter;
|
||||
$args['filtergroup'] = $this->groupfilter;
|
||||
}
|
||||
if ($this->statusfilter !== -1) {
|
||||
$args['status'] = $this->statusfilter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue