Portal administrators can also see students tracking from the course's users list

pull/2487/head
Yannick Warnier 9 years ago
parent 3de9d9c5af
commit 330cfdeec0
  1. 2
      main/user/user.php

@ -552,7 +552,7 @@ if (isset($origin) && $origin == 'learnpath') {
}
/* Setting the permissions for this page */
$is_allowed_to_track = ($is_courseAdmin || $is_courseTutor);
$is_allowed_to_track = ($is_courseAdmin || $is_courseTutor) || api_is_platform_admin();
// Tool introduction
Display::display_introduction_section(TOOL_USER, 'left');

Loading…
Cancel
Save