From 2a39a4e01c1d2f4f7db65c23af3f3f8bb10a5d22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20S=CC=8Ckoda?= Date: Sat, 22 Dec 2012 14:58:39 +0100 Subject: [PATCH] MDL-37281 fix other users current navigation node --- enrol/otherusers.php | 1 + 1 file changed, 1 insertion(+) diff --git a/enrol/otherusers.php b/enrol/otherusers.php index 3fd7f52d32e..4decf202765 100644 --- a/enrol/otherusers.php +++ b/enrol/otherusers.php @@ -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,