mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +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,
|
||||
'roleid' => $roleid,
|
||||
'contextid' => $contextid,
|
||||
'courseid' => $courseid));
|
||||
'id' => $courseid));
|
||||
|
||||
if ($contextid) {
|
||||
$context = get_context_instance_by_id($contextid, MUST_EXIST);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue