diff --git a/user/index.php b/user/index.php index 105ba061afc..2f0a8be10cb 100644 --- a/user/index.php +++ b/user/index.php @@ -94,7 +94,7 @@ $fullmode = false; } -/// Check to see if groups are being used in this forum +/// Check to see if groups are being used in this course /// and if so, set $currentgroup to reflect the current group $groupmode = groupmode($course); // Groups are being used @@ -111,7 +111,7 @@ print_header("$course->shortname: ".get_string('participants'), $course->fullname, "wwwroot/course/view.php?id=$course->id\">$course->shortname -> ". get_string('participants'), "", "", true, " ", navmenu($course)); - print_heading(get_string("notingroup", "forum")); + print_heading(get_string("notingroup")); print_footer($course); exit; }