mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-07-31 10:30:15 +02:00
Merge pull request #75 from manuelbieh/develop
Fixed "Call to undefined method PharData::add_file()"
This commit is contained in:
@@ -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 :/
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user