Skip to content

Commit

Permalink
Merge branch 'w51_MDL-37281_m24_othersnav' of git://github.com/skodak…
Browse files Browse the repository at this point in the history
…/moodle into MOODLE_24_STABLE
  • Loading branch information
Sam Hemelryk committed Jan 7, 2013
2 parents 2d7c422 + 2a39a4e commit 192cb8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions enrol/otherusers.php
Expand Up @@ -47,6 +47,7 @@
$manager = new course_enrolment_manager($PAGE, $course, $filter);
$table = new course_enrolment_other_users_table($manager, $PAGE);
$PAGE->set_url('/enrol/otherusers.php', $manager->get_url_params()+$table->get_url_params());
navigation_node::override_active_url(new moodle_url('/enrol/otherusers.php', array('id' => $id)));

$userdetails = array (
'picture' => false,
Expand Down

0 comments on commit 192cb8f

Please sign in to comment.