mirror of
https://github.com/danpros/htmly.git
synced 2026-04-23 05:56:22 +05:30
Improved downward compatibility
This commit is contained in:
parent
4e1d990b91
commit
3d268072fc
2 changed files with 3 additions and 2 deletions
|
|
@ -130,11 +130,11 @@ class Updater
|
|||
$dirName = substr($fileName,$cutLength);
|
||||
if(! file_exists($dirName))
|
||||
{
|
||||
//mkdir($dirName);
|
||||
mkdir($dirName);
|
||||
}
|
||||
}
|
||||
else{
|
||||
//copy("zip://".$path."#".$filename, substr($filename,$cutLength));
|
||||
copy("zip://".$path."#".$filename, substr($filename,$cutLength));
|
||||
}
|
||||
}
|
||||
$zip->close();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue