mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
Merge branch 'MDL-30738_22_STABLE' of git://github.com/kiklop74/moodle into MOODLE_22_STABLE
This commit is contained in:
commit
2df28fda6c
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
'search' => $search,
|
'search' => $search,
|
||||||
'roleid' => $roleid,
|
'roleid' => $roleid,
|
||||||
'contextid' => $contextid,
|
'contextid' => $contextid,
|
||||||
'courseid' => $courseid));
|
'id' => $courseid));
|
||||||
|
|
||||||
if ($contextid) {
|
if ($contextid) {
|
||||||
$context = get_context_instance_by_id($contextid, MUST_EXIST);
|
$context = get_context_instance_by_id($contextid, MUST_EXIST);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue