mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-17 05:48:43 +02:00
Issue #54 - Fixed property names and related tests.
This commit is contained in:
4
new.php
4
new.php
@@ -47,8 +47,8 @@ $defaults = new outage([
|
||||
'starttime' => time(),
|
||||
'stoptime' => time() + ($config->default_duration * 60),
|
||||
'warntime' => time() - ($config->default_warning_duration * 60),
|
||||
'title' => $config->default_warning_title,
|
||||
'description' => $config->default_warning_description,
|
||||
'title' => $config->default_title,
|
||||
'description' => $config->default_description,
|
||||
]);
|
||||
$mform->set_data($defaults);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user