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
(from parent 1:
f67911b
)
Merge branch 'MDL-30738' of git://github.com/kiklop74/moodle
author
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Tue, 20 Dec 2011 00:59:46 +0000
(
01:59
+0100)
committer
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Tue, 20 Dec 2011 00:59:46 +0000
(
01:59
+0100)
user/index.php
patch
|
blob
|
blame
|
history
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);