mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Fixed some wrong call to pclzip.lib.php. See:
http://moodle.org/bugs/bug.php?op=show&bugid=1138
This commit is contained in:
parent
e1fc83a0ee
commit
da0fe63f91
2 changed files with 3 additions and 2 deletions
|
@ -38,6 +38,7 @@
|
|||
notice(get_string("activityiscurrentlyhidden"));
|
||||
}
|
||||
|
||||
add_seguimiento($cm->id,$USER->id);
|
||||
switch ($resource->type) {
|
||||
case REFERENCE:
|
||||
add_to_log($course->id, "resource", "view", "view.php?id=$cm->id", $resource->id, $cm->id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue