Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'MDL-30738' of git://github.com/kiklop74/moodle
[moodle.git]
/
user
/
index.php
diff --git
a/user/index.php
b/user/index.php
index
362d2be
..
9ec3f4e
100644
(file)
--- a/
user/index.php
+++ b/
user/index.php
@@
-31,7
+31,7
@@
'search' => $search,
'roleid' => $roleid,
'contextid' => $contextid,
- '
course
id' => $courseid));
+ 'id' => $courseid));
if ($contextid) {
$context = get_context_instance_by_id($contextid, MUST_EXIST);