MDL-75558 mod_bigbluebuttonbn: Fix alert banner
This commit is contained in:
@@ -53,7 +53,7 @@ class renderer extends plugin_renderer_base {
|
||||
*/
|
||||
public function render_groups_selector(instance $instance): string {
|
||||
$groupmode = groups_get_activity_groupmode($instance->get_cm());
|
||||
if ($groupmode === NOGROUPS) {
|
||||
if ($groupmode == NOGROUPS) {
|
||||
return '';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user