mirror of
https://github.com/catalyst/moodle-auth_outage.git
synced 2026-05-17 05:48:43 +02:00
Added admin events to the Moodle log - Issue #14
This commit is contained in:
@@ -41,7 +41,7 @@ if ($mform->is_cancelled()) {
|
||||
$fromform = outagelib::parseformdata($fromform);
|
||||
$outage = new outage($fromform);
|
||||
$id = outagedb::save($outage);
|
||||
redirect('/auth/outage/list.php#auth_outage_id=' . $id);
|
||||
redirect('/auth/outage/list.php#auth_outage_id_' . $id);
|
||||
}
|
||||
|
||||
$id = required_param('id', PARAM_INT);
|
||||
|
||||
Reference in New Issue
Block a user