Making groups to be visible if user is allowed in course -refs #6963

1.9.x
unknown 11 years ago
parent 27ef038ee7
commit 574fb29bbe
  1. 2
      main/group/group.php

@ -20,7 +20,7 @@ $language_file = 'group';
require_once '../inc/global.inc.php';
$is_allowed_in_course = api_is_allowed_to_edit(false, true);
$is_allowed_in_course = api_is_allowed_in_course();
$this_section = SECTION_COURSES;
$current_course_tool = TOOL_GROUP;

Loading…
Cancel
Save