mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-4485 Merged logging fix from 1.9
This commit is contained in:
parent
d43aa0e36a
commit
072758e96a
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ class assignment_online extends assignment_base {
|
|||
}
|
||||
}
|
||||
|
||||
add_to_log($this->course->id, "assignment", "view", "view.php?id={$this->cm->id}", $this->assignment->id, $this->cm->id);
|
||||
|
||||
/// prepare form and process submitted data
|
||||
$mform = new mod_assignment_online_edit_form();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue