mirror of
https://github.com/e107inc/e107.git
synced 2025-06-05 18:35:01 +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:
parent
82499f70a9
commit
24fe5c80ac
@ -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
Loading…
x
Reference in New Issue
Block a user