Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
7effd6d
a471bc4
)
Merge branch 'MDL-60732-master' of git://github.com/damyon/moodle
author
David Monllao
<davidm@moodle.com>
Wed, 8 Nov 2017 16:48:07 +0000
(17:48 +0100)
committer
David Monllao
<davidm@moodle.com>
Wed, 8 Nov 2017 16:48:07 +0000
(17:48 +0100)
1
2
user/renderer.php
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
user/renderer.php
index
40574c3
,
2fc98e3
..
ad3272c
---
1
/
user/renderer.php
---
2
/
user/renderer.php
+++ b/
user/renderer.php
@@@
-241,10
-237,6
+240,9
@@@
class core_user_renderer extends plugin
}
}
-
+ // Add missing applied filters to the filter options.
+ $filteroptions = $this->handle_missing_applied_filters($filtersapplied, $filteroptions);
+
$indexpage = new \core_user\output\unified_filter($filteroptions, $filtersapplied);
$context = $indexpage->export_for_template($this->output);