MDL-37281 fix other users current navigation node

This commit is contained in:
Petr Škoda 2012-12-22 14:58:39 +01:00
parent 0dc5a532ec
commit a1b5490ac4

View File

@ -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,