Fixed some wrong call to pclzip.lib.php. See:

http://moodle.org/bugs/bug.php?op=show&bugid=1138
This commit is contained in:
stronk7 2004-03-11 23:47:18 +00:00
parent e1fc83a0ee
commit da0fe63f91
2 changed files with 3 additions and 2 deletions

View file

@ -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);