Merge 9afaf6e9fe
into aaf26d584b
commit
e7b6302a3f
|
@ -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 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');
|
$this->h5pF->setErrorMessage($this->h5pF->t('Unable to read file from the package: %fileName', array('%fileName' => $fileName)), 'unable-to-read-package-file');
|
||||||
$zip->close();
|
$zip->close();
|
||||||
unlink($path);
|
unlink($tmpPath);
|
||||||
H5PCore::deleteFileTree($tmpDir);
|
H5PCore::deleteFileTree($tmpDir);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue