mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-17 05:48:43 +02:00
Editing outage entry implemented.
This commit is contained in:
@@ -36,7 +36,7 @@ outageutils::pagesetup();
|
||||
|
||||
$mform = new outageform();
|
||||
if ($mform->is_cancelled()) {
|
||||
redirect($listurl);
|
||||
redirect('/auth/outage/list.php');
|
||||
} else if ($fromform = $mform->get_data()) {
|
||||
$fromform = outageutils::parseformdata($fromform);
|
||||
$outage = new outage($fromform);
|
||||
|
||||
Reference in New Issue
Block a user