Skip to content

Commit

Permalink
MDL-82389 mod_bigbluebuttonbn: Fix disablenotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ssj365 committed Aug 22, 2024
1 parent e0a9cf2 commit 8b25d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/bigbluebuttonbn/classes/meeting.php
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ protected static function retrieve_cached_meeting_info(instance $instance, $upda
'disablemic' => 'lockSettingsDisableMic',
'disableprivatechat' => 'lockSettingsDisablePrivateChat',
'disablepublicchat' => 'lockSettingsDisablePublicChat',
'disablenote' => 'lockSettingsDisableNote',
'disablenote' => 'lockSettingsDisableNotes',
'hideuserlist' => 'lockSettingsHideUserList'
];
/**
Expand Down

0 comments on commit 8b25d25

Please sign in to comment.