mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Merge branch 'w51_MDL-37281_m23_othersnav' of git://github.com/skodak/moodle into MOODLE_23_STABLE
This commit is contained in:
commit
757376d7dd
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);
|
$manager = new course_enrolment_manager($PAGE, $course, $filter);
|
||||||
$table = new course_enrolment_other_users_table($manager, $PAGE);
|
$table = new course_enrolment_other_users_table($manager, $PAGE);
|
||||||
$PAGE->set_url('/enrol/otherusers.php', $manager->get_url_params()+$table->get_url_params());
|
$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 (
|
$userdetails = array (
|
||||||
'picture' => false,
|
'picture' => false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue