1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 03:10:50 +02:00

Updated pclzip.lib.php to v2.8.4 to fix math error

Also suppress mkdir() error in e_file::unzipGithubArchive()
This commit is contained in:
Nick Liu
2020-01-17 20:03:38 +01:00
parent 82499f70a9
commit 24fe5c80ac
2 changed files with 5146 additions and 5425 deletions

View File

@@ -1774,7 +1774,7 @@ class e_file
// $skipped[] = $newPath. " (already exists)";
continue;
}
mkdir(dirname($newPath), 0755, true);
@mkdir(dirname($newPath), 0755, true);
if(!rename($oldPath,$newPath))
{
$error[] = $newPath;

File diff suppressed because it is too large Load Diff