mirror of
https://github.com/moodle/moodle.git
synced 2025-03-22 00:20:37 +01:00
MDL-60848 atto_recordrtc: set valid default for 'allowedtypes'
This commit is contained in:
parent
6b21108b44
commit
1ecf5c15ca
@ -37,7 +37,7 @@ if ($ADMIN->fulltree) {
|
||||
);
|
||||
$name = get_string('allowedtypes', 'atto_recordrtc');
|
||||
$desc = get_string('allowedtypes_desc', 'atto_recordrtc');
|
||||
$default = '';
|
||||
$default = 'both';
|
||||
$setting = new admin_setting_configselect('atto_recordrtc/allowedtypes', $name, $desc, $default, $options);
|
||||
$settings->add($setting);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user