mirror of
https://github.com/moodle/moodle.git
synced 2025-01-22 08:11:26 +01:00
Modified calls to add_to_log() function to include cmid at the end. It was missing
in "resubmit" logs.
This commit is contained in:
parent
7c11319ad7
commit
530931dd21
@ -89,7 +89,7 @@
|
||||
}
|
||||
}
|
||||
add_to_log($course->id, "workshop", "resubmit", "view.php?id=$cm->id",
|
||||
"$workshop->id");
|
||||
"$workshop->id","$cm->id");
|
||||
}
|
||||
if (! $dir = workshop_file_area($workshop, $newsubmission)) {
|
||||
error("Sorry, an error in the system prevents you from uploading files: contact your teacher or system administrator");
|
||||
|
Loading…
x
Reference in New Issue
Block a user