mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-17 05:48:43 +02:00
Fixed default parameter in configselect and updated 'Force off' lang string.
This commit is contained in:
committed by
Brendan Heywood
parent
1ef47a6233
commit
da18e31dab
@@ -47,11 +47,11 @@ if ($hassiteconfig) {
|
||||
'auth_outage/default_autostart',
|
||||
get_string('defaultoutageautostart', 'auth_outage'),
|
||||
get_string('defaultoutageautostartdescription', 'auth_outage'),
|
||||
'off',
|
||||
'0',
|
||||
[
|
||||
'0' => get_string('autostartoff', 'auth_outage'),
|
||||
'1' => get_string('autostarton', 'auth_outage'),
|
||||
'2' => get_string('forceoff', 'auth_outage'),
|
||||
'2' => get_string('autostartforcedoff', 'auth_outage'),
|
||||
]
|
||||
));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user