Ack! Stupid typo fixed - thanks, Bobo!

This commit is contained in:
moodler
2004-04-08 14:28:38 +00:00
parent 4e142f770b
commit 6a5b5a20f4
+1 -1
View File
@@ -26,7 +26,7 @@
/// Check to see if groups are being used here
if ($groupmode = groupmode($course, $cm)) { // Groups are being used
if ($currentgroup = get_and_set_current_group($course->id, $groupmode, $groupid)) {
if ($currentgroup = get_and_set_current_group($course, $groupmode, $groupid)) {
if (!$group = get_record('groups', 'id', $currentgroup)) {
error("That group (id $currentgroup) doesn't exist!");
}