mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'w51_MDL-37281_m25_othersnav' of git://github.com/skodak/moodle
This commit is contained in:
commit
68ed412599
@ -47,6 +47,7 @@ $PAGE->set_pagelayout('admin');
|
||||
$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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user