mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
MDL-16861 packer? undoing last commit, does not seem correct
This commit is contained in:
parent
cd5e186626
commit
1aa957947a
@ -127,7 +127,7 @@ class zip_packer extends file_packer {
|
||||
if ($file->isDot()) {
|
||||
continue;
|
||||
}
|
||||
$newpath = $archivepath.'/'.$file->getFilename();
|
||||
$newpath = $archivepath.$file->getFilename();
|
||||
$this->archive_pathname($ziparch, $newpath, $file->getPathname());
|
||||
}
|
||||
unset($files); //release file handles
|
||||
|
Loading…
x
Reference in New Issue
Block a user