From: skodak Date: Fri, 17 Oct 2008 06:38:25 +0000 (+0000) Subject: MDL-16861 packer: redoing last commit :-) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a14e283a897e8ec0883dda27d174339c0a1c5627;p=moodle.git MDL-16861 packer: redoing last commit :-) --- diff --git a/lib/packer/zip_packer.php b/lib/packer/zip_packer.php index d4917c5590..fa8d6ac45e 100644 --- a/lib/packer/zip_packer.php +++ b/lib/packer/zip_packer.php @@ -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