From 1b1c19fff78f7c2b31d5e2f80d125e8fdb58aa31 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 8 Apr 2004 14:35:36 +0000 Subject: [PATCH] A small fix to show the right users on the view page when groups are being used --- mod/chat/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/chat/view.php b/mod/chat/view.php index a30bce3c88..f457c0dc12 100644 --- a/mod/chat/view.php +++ b/mod/chat/view.php @@ -129,7 +129,7 @@ chat_delete_old_users(); - if ($chatusers = chat_get_users($chat->id)) { + if ($chatusers = chat_get_users($chat->id, $currentgroup)) { $timenow = time(); print_simple_box_start("center"); print_heading($strcurrentusers); -- 2.39.5