From 6a5b5a20f4591f56b2c678b3e854e4f6847cbcad Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 8 Apr 2004 14:28:38 +0000 Subject: [PATCH] Ack! Stupid typo fixed - thanks, Bobo! --- mod/chat/gui_header_js/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!"); } -- 2.39.5