mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-37281 fix other users current navigation node
This commit is contained in:
parent
4a76321356
commit
8d5769593d
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue