From a14e283a897e8ec0883dda27d174339c0a1c5627 Mon Sep 17 00:00:00 2001 From: skodak Date: Fri, 17 Oct 2008 06:38:25 +0000 Subject: [PATCH] MDL-16861 packer: redoing last commit :-) --- lib/packer/zip_packer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5