From: moodler Date: Thu, 8 Apr 2004 14:28:38 +0000 (+0000) Subject: Ack! Stupid typo fixed - thanks, Bobo! X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6a5b5a20f4591f56b2c678b3e854e4f6847cbcad;p=moodle.git Ack! Stupid typo fixed - thanks, Bobo! --- diff --git a/mod/chat/gui_header_js/index.php b/mod/chat/gui_header_js/index.php index 8561581afb..32b55b6c5e 100644 --- a/mod/chat/gui_header_js/index.php +++ b/mod/chat/gui_header_js/index.php @@ -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!"); }