Merge pull request #216 from ycastillo/yoselyn.6963

Making groups to be visible if user is allowed in course -refs #6963
1.9.x
Yannick Warnier 11 years ago
commit 734437878a
  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