Issue #54 - Fixed property names and related tests.

This commit is contained in:
Daniel Thee Roperto
2016-09-25 00:51:33 +10:00
parent fbef0f52cf
commit 5b964fd29f
6 changed files with 38 additions and 35 deletions

View File

@@ -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);