Skip to content

Commit

Permalink
MDL-30738: There was an incorrect parameter in $PAGE->set_url
Browse files Browse the repository at this point in the history
after swithing courseid to id everything started working as it should.
  • Loading branch information
Darko Miletic committed Dec 14, 2011
1 parent f89a83b commit ae8e164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/index.php
Expand Up @@ -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);
Expand Down

0 comments on commit ae8e164

Please sign in to comment.