pull/89/merge
Tomasz Muras 2021-10-10 21:29:01 -07:00 committed by GitHub
commit e7b6302a3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -954,7 +954,7 @@ class H5PValidator {
// This is a breaking error, there's no need to continue. (the rest of the files will fail as well)
$this->h5pF->setErrorMessage($this->h5pF->t('Unable to read file from the package: %fileName', array('%fileName' => $fileName)), 'unable-to-read-package-file');
$zip->close();
unlink($path);
unlink($tmpPath);
H5PCore::deleteFileTree($tmpDir);
return FALSE;
}