Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.8
-
Fix Version/s: 1.9.2
-
Component/s: Chat
-
Labels:None
-
Environment:Windows Server 2003 x64
MySQL 5.0.41
PHP 5.2.2
Apache 2.2.4
-
Database:MySQL
-
Affected Branches:MOODLE_18_STABLE
-
Fixed Branches:MOODLE_19_STABLE
Description
When you create a new chat, if you enable groups of any kind, it seems to break the chat module for that instance. It seems to enable groups, but then when you go to the chat, it doesn't give a link to open the chat and you cannot revert the changes in the chat settings once you've set groups to on.
If access is needed for a live example please contact me
It seems as though the call to setup_and_print_groups is not getting the current group. What should I be using for this call then?
The entire line is actually (around line 90):
$currentgroup = setup_and_print_groups($course, $groupmode, "view.php?id=$cm->id");