Fixed group link!

This commit is contained in:
moodler
2005-05-05 02:15:21 +00:00
parent a8936222b1
commit a756cf1d01
+1 -1
View File
@@ -2520,7 +2520,7 @@ function print_group_picture($group, $courseid, $large=false, $returnstring=fals
}
if ($link or $isteacheredit) {
$output = '<a href="'. $CFG->wwwroot .'/course/group.php?id='. $courseid .'&amp;group='. $group->id .'">';
$output = '<a href="'. $CFG->wwwroot .'/user/index.php?id='. $courseid .'&amp;group='. $group->id .'">';
} else {
$output = '';
}