Skip to content

Commit

Permalink
Merge branch 'w25_MDL-33733_m20_unzipstorage' of git://github.com/sko…
Browse files Browse the repository at this point in the history
…dak/moodle into MOODLE_20_STABLE
  • Loading branch information
stronk7 committed Jun 24, 2012
2 parents 1b8d5cf + c2c10bb commit 2b8387b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/filestorage/zip_packer.php
Expand Up @@ -279,7 +279,7 @@ public function extract_to_storage($archivefile, $contextid, $component, $filear
global $CFG;

if (!is_string($archivefile)) {
return $archivefile->extract_to_pathname($this, $contextid, $component, $filearea, $itemid, $pathbase, $userid);
return $archivefile->extract_to_storage($this, $contextid, $component, $filearea, $itemid, $pathbase, $userid);
}

check_dir_exists($CFG->dataroot.'/temp/zip');
Expand Down

0 comments on commit 2b8387b

Please sign in to comment.