mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-03-24 06:20:07 +01:00
Merge pull request #75 from manuelbieh/develop
Fixed "Call to undefined method PharData::add_file()"
This commit is contained in:
commit
e870292878
@ -55,7 +55,7 @@ class Archive {
|
||||
$archive->addEmptyDir($archivedDir);
|
||||
}
|
||||
foreach ($this->files as $realFile => $archivedFile) {
|
||||
$archive->add_file($realFile, $archivedFile); // very, very slow :/
|
||||
$archive->addFile($realFile, $archivedFile); // very, very slow :/
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user