fixed a typo in the URL produced by the group menu on forum/view.php
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@
|
||||
if ($groupmode == VISIBLEGROUPS or ($groupmode and isteacheredit($course->id))) {
|
||||
if ($groups = get_records_menu("groups", "courseid", $course->id, "name ASC", "id,name")) {
|
||||
echo '<td>';
|
||||
print_group_menu($groups, $groupmode, $currentgroup, "view.php?id=$cm->id&group=");
|
||||
print_group_menu($groups, $groupmode, $currentgroup, "view.php?id=$cm->id");
|
||||
echo '</td>';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user