Added admin events to the Moodle log - Issue #14

This commit is contained in:
Daniel Thee Roperto
2016-09-05 10:05:59 +10:00
parent 334fd907ad
commit f8034abc0e
9 changed files with 172 additions and 18 deletions

View File

@@ -40,7 +40,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);
}
echo $OUTPUT->header();