|
@@ -85,10 +85,10 @@ |
|
|
block discarded – undo |
|
85
|
85
|
// Migrate settings. |
|
86
|
86
|
unset_config('bigbluebuttonbn_recordingtagging_default', ''); |
|
87
|
87
|
unset_config('bigbluebuttonbn_recordingtagging_editable', ''); |
|
88
|
|
- $cfgvalue = get_config('', 'bigbluebuttonbn_importrecordings_from_deleted_activities_enabled'); |
|
|
88
|
+ $cfgvalue = get_config('', 'bigbluebuttonbn_importrecordings_from_deleted_activities_enabled'); |
|
89
|
89
|
set_config('bigbluebuttonbn_importrecordings_from_deleted_enabled', $cfgvalue, ''); |
|
90
|
90
|
unset_config('bigbluebuttonbn_importrecordings_from_deleted_activities_enabled', ''); |
|
91
|
|
- $cfgvalue = get_config('', 'bigbluebuttonbn_moderator_default'); |
|
|
91
|
+ $cfgvalue = get_config('', 'bigbluebuttonbn_moderator_default'); |
|
92
|
92
|
set_config('bigbluebuttonbn_participant_moderator_default', $cfgvalue, ''); |
|
93
|
93
|
unset_config('bigbluebuttonbn_moderator_default', ''); |
|
94
|
94
|
// Update db version tag. |
Please login to merge, or discard this patch.