Skip to content

Commit

Permalink
another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nero-92 authored Jan 31, 2024
1 parent 251cfd8 commit 6d36bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apis/subsystems/group/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ $sql = "SELECT g.idnumber, gm.*
$params = [$courseid];

$context = context_course::instance($courseid);
if (!has_capability('moodle/course:viewhiddengroups', $context) {
if (!has_capability('moodle/course:viewhiddengroups', $context)) {
// Apply visibility restrictions.
[
$visibilitywhere,
Expand Down

0 comments on commit 6d36bf9

Please sign in to comment.