Skip to content

Commit

Permalink
MDL-50647 groups: Documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Oct 16, 2015
1 parent 8b1eea3 commit aba3f4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion group/overview.php
Expand Up @@ -79,7 +79,8 @@
foreach ($groupings as $grouping) {
$members[$grouping->id] = array();
}
$members[OVERVIEW_GROUPING_GROUP_NO_GROUPING] = array(); //groups not in a grouping
// Groups not in a grouping.
$members[OVERVIEW_GROUPING_GROUP_NO_GROUPING] = array();

// Get all groups
$groups = $DB->get_records('groups', array('courseid'=>$courseid), 'name');
Expand Down

0 comments on commit aba3f4f

Please sign in to comment.